Html Css Color HEX #8ACFFC Light Sky Blue

📋 copy color: '#8ACFFC'

red 138 ◦ green 207 ◦ blue 252

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

Shades of Light Sky Blue #8ACFFC

Tints of Light Sky Blue #8ACFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.67%

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

R = 23.12%
G = 34.67%
B = 42.21%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8ACFFC (or 0x8ACFFC) is known color: Light Sky Blue. HEX triplet: 8A, CF and FC. RGB value is (138,207,252). Sum of RGB (Red+Green+Blue) = 138+207+252=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #8ACFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACFFC is #753003. Grayscale: #BFBFBF. Windows color (decimal): -7680004 or 16568202. OLE color: 16568202.

HSL color Cylindrical-coordinate representation of color #8ACFFC: hue angle of 203.68º 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 #8ACFFC is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 207 252 -
CMYK 0.45 0.18 0 0.01
HSL 203.68º 0.95% 0.76% -
HSV(B) 203.68º 0.45% 0.99% -
XYZ 50.36 57.06 100.45 -
YUV 191.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 138 207 252 0.45 0.18 0 0.01 203.68 0.95 0.76
Hex 8A CF FC 2D 12 0 1 CC 5F 4C
Octal 212 317 374 55 22 0 1 314 137 114
Binary 10001010 11001111 11111100 101101 10010 0 1 11001100 1011111 1001100

Color Harmonies of #8ACFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACFFC

Black with #8ACFFC

Text Example


Text Example

White with #8ACFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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