Html Css Color HEX #1ABFFC Deep Sky Blue

📋 copy color: '#1ABFFC'

red 26 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #1ABFFC

Tints of Deep Sky Blue #1ABFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 40.72%

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 5.54%
G = 40.72%
B = 53.73%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ABFFC (or 0x1ABFFC) is known color: Deep Sky Blue. HEX triplet: 1A, BF and FC. RGB value is (26,191,252). Sum of RGB (Red+Green+Blue) = 26+191+252=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ABFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFFC is #E54003. Grayscale: #949494. Windows color (decimal): -15024132 or 16563994. OLE color: 16563994.

HSL color Cylindrical-coordinate representation of color #1ABFFC: hue angle of 196.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABFFC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 191 252 -
CMYK 0.90 0.24 0 0.01
HSL 196.19º 0.97% 0.55% -
HSV(B) 196.19º 0.9% 0.99% -
XYZ 36.63 44.51 98.76 -
YUV 148.62 186.34 40.54 -
System Red Green Blue C M Y K H S L
Decimal 26 191 252 0.90 0.24 0 0.01 196.19 0.97 0.55
Hex 1A BF FC 5A 18 0 1 C4 61 37
Octal 32 277 374 132 30 0 1 304 141 67
Binary 11010 10111111 11111100 1011010 11000 0 1 11000100 1100001 110111

Color Harmonies of #1ABFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFFC

Black with #1ABFFC

Text Example


Text Example

White with #1ABFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,191,252); }

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

background-color css

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

 a { background-color: rgb(26,191,252); }

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

border-color css

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

 span { border-color: rgb(26,191,252); }

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