#1baffe

Color #1BAFFE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #1BAFFE

Tints of Deep Sky Blue #1BAFFE

Color information

#1BAFFE (or 0x1BAFFE) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, AF and FE. RGB value is (27,175,254). Sum of RGB (Red+Green+Blue) = 27+175+254=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAFFE is #E45001. Grayscale: #8B8B8B. Windows color (decimal): -14962690 or 16690971. OLE color: 16690971.

HSL color Cylindrical-coordinate representation of color #1BAFFE: hue angle of 200.88º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAFFE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB27175254-
CMYK0.890.3100.00
HSL200.88º99.13%55.1%-
HSV(B)200.88º89.37%99.61%-
XYZ33.6738.0599.34-
YUV139.75192.4747.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 5.92%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 254 (99.61% from 255) = 55.70%
R=5.92%
G=38.38%
B=55.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal271752540.890.3100.00200.8899.1355.1
Hex1BAFFE591F00c96337
Octal33257376131370031114367
Binary11011101011111111111010110011111100110010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1baffe; }

 p { color: rgb(27,175,254); }

 H1.HeaderClassName
 {
   color: #1baffe;
 }
 .AnyTagClassName
 {
   color: #1baffe;
 }
</style>
background-color css

<style>
 a { background-color: #1baffe; }

 a { background-color: rgb(27,175,254); }

 div.DivClassName
 {
   background-color: #1baffe;
 }
 .BgClassName
 {
   background-color: #1baffe;
 }
</style>
border-color css

<style>
 span { border-color: #1baffe; }

 span { border-color: rgb(27,175,254); }

 td.TdClassName
 {
   border-color: #1baffe;
 }
 .TagClassName
 {
   border-color: #1baffe;
 }
</style>