Html Css Color HEX #1ABBF2 Deep Sky Blue

📋 copy color: '#1ABBF2'

red 26 ◦ green 187 ◦ blue 242

#1ABBF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1ABBF2

Tints of Deep Sky Blue #1ABBF2

RGB

 RED value IS 26 (10.55% from 255) = 5.71%

 GREEN value IS 187 (73.44% from 255) = 41.1%

 BLUE value IS 242 (94.92% from 255) = 53.19%

R = 5.71%
G = 41.1%
B = 53.19%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ABBF2 (or 0x1ABBF2) is known color: Deep Sky Blue. HEX triplet: 1A, BB and F2. RGB value is (26,187,242). Sum of RGB (Red+Green+Blue) = 26+187+242=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #1ABBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBF2 is #E5440D. Grayscale: #909090. Windows color (decimal): -15025166 or 15907610. OLE color: 15907610.

HSL color Cylindrical-coordinate representation of color #1ABBF2: hue angle of 195.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABBF2 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 187 242 -
CMYK 0.89 0.23 0 0.05
HSL 195.28º 0.89% 0.53% -
HSV(B) 195.28º 0.89% 0.95% -
XYZ 34.22 42.17 90.34 -
YUV 145.13 182.66 43.03 -
System Red Green Blue C M Y K H S L
Decimal 26 187 242 0.89 0.23 0 0.05 195.28 0.89 0.53
Hex 1A BB F2 59 17 0 5 C3 59 35
Octal 32 273 362 131 27 0 5 303 131 65
Binary 11010 10111011 11110010 1011001 10111 0 101 11000011 1011001 110101

Color Harmonies of #1ABBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBF2

Black with #1ABBF2

Text Example


Text Example

White with #1ABBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,187,242); }

 H1.HeaderClassName
 {
   color: #1ABBF2;
 }
 .AnyTagClassName
 {
   color: #1ABBF2;
 }
</style>

background-color css

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

 a { background-color: rgb(26,187,242); }

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

border-color css

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

 span { border-color: rgb(26,187,242); }

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