Html Css Color HEX #8EBDFC Light Sky Blue

📋 copy color: '#8EBDFC'

red 142 ◦ green 189 ◦ blue 252

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

Shades of Light Sky Blue #8EBDFC

Tints of Light Sky Blue #8EBDFC

RGB

 RED value IS 142 (55.86% from 255) = 24.36%

 GREEN value IS 189 (74.22% from 255) = 32.42%

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

R = 24.36%
G = 32.42%
B = 43.22%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EBDFC (or 0x8EBDFC) is known color: Light Sky Blue. HEX triplet: 8E, BD and FC. RGB value is (142,189,252). Sum of RGB (Red+Green+Blue) = 142+189+252=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EBDFC is #714203. Grayscale: #B5B5B5. Windows color (decimal): -7422468 or 16563598. OLE color: 16563598.

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

Color convert

RGB 142 189 252 -
CMYK 0.44 0.25 0 0.01
HSL 214.36º 0.95% 0.77% -
HSV(B) 214.36º 0.44% 0.99% -
XYZ 46.92 49.17 99.11 -
YUV 182.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 142 189 252 0.44 0.25 0 0.01 214.36 0.95 0.77
Hex 8E BD FC 2C 19 0 1 D6 5F 4D
Octal 216 275 374 54 31 0 1 326 137 115
Binary 10001110 10111101 11111100 101100 11001 0 1 11010110 1011111 1001101

Color Harmonies of #8EBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDFC

Black with #8EBDFC

Text Example


Text Example

White with #8EBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,189,252); }

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

background-color css

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

 a { background-color: rgb(142,189,252); }

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

border-color css

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

 span { border-color: rgb(142,189,252); }

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