Html Css Color HEX #8ABFFC Light Sky Blue

📋 copy color: '#8ABFFC'

red 138 ◦ green 191 ◦ blue 252

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

Shades of Light Sky Blue #8ABFFC

Tints of Light Sky Blue #8ABFFC

RGB

 RED value IS 138 (54.3% from 255) = 23.75%

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

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

R = 23.75%
G = 32.87%
B = 43.37%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8ABFFC (or 0x8ABFFC) is known color: Light Sky Blue. HEX triplet: 8A, BF and FC. RGB value is (138,191,252). Sum of RGB (Red+Green+Blue) = 138+191+252=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #8ABFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFFC is #754003. Grayscale: #B5B5B5. Windows color (decimal): -7684100 or 16564106. OLE color: 16564106.

HSL color Cylindrical-coordinate representation of color #8ABFFC: hue angle of 212.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ABFFC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 191 252 -
CMYK 0.45 0.24 0 0.01
HSL 212.11º 0.95% 0.76% -
HSV(B) 212.11º 0.45% 0.99% -
XYZ 46.68 49.69 99.23 -
YUV 182.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 138 191 252 0.45 0.24 0 0.01 212.11 0.95 0.76
Hex 8A BF FC 2D 18 0 1 D4 5F 4C
Octal 212 277 374 55 30 0 1 324 137 114
Binary 10001010 10111111 11111100 101101 11000 0 1 11010100 1011111 1001100

Color Harmonies of #8ABFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFFC

Black with #8ABFFC

Text Example


Text Example

White with #8ABFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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