Html Css Color HEX #8ACFFF Light Sky Blue

📋 copy color: '#8ACFFF'

red 138 ◦ green 207 ◦ blue 255

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

Shades of Light Sky Blue #8ACFFF

Tints of Light Sky Blue #8ACFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 23%
G = 34.5%
B = 42.5%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8ACFFF (or 0x8ACFFF) is known color: Light Sky Blue. HEX triplet: 8A, CF and FF. RGB value is (138,207,255). Sum of RGB (Red+Green+Blue) = 138+207+255=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ACFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACFFF is #753000. Grayscale: #BFBFBF. Windows color (decimal): -7680001 or 16764810. OLE color: 16764810.

HSL color Cylindrical-coordinate representation of color #8ACFFF: hue angle of 204.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ACFFF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 207 255 -
CMYK 0.46 0.19 0 0
HSL 204.62º 1% 0.77% -
HSV(B) 204.62º 0.46% 1% -
XYZ 50.84 57.25 102.98 -
YUV 191.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 138 207 255 0.46 0.19 0 0 204.62 1 0.77
Hex 8A CF FF 2E 13 0 0 CD 64 4D
Octal 212 317 377 56 23 0 0 315 144 115
Binary 10001010 11001111 11111111 101110 10011 0 0 11001101 1100100 1001101

Color Harmonies of #8ACFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACFFF

Black with #8ACFFF

Text Example


Text Example

White with #8ACFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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