Html Css Color HEX #8DCAFA Light Sky Blue

📋 copy color: '#8DCAFA'

red 141 ◦ green 202 ◦ blue 250

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

Shades of Light Sky Blue #8DCAFA

Tints of Light Sky Blue #8DCAFA

RGB

 RED value IS 141 (55.47% from 255) = 23.78%

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 23.78%
G = 34.06%
B = 42.16%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DCAFA (or 0x8DCAFA) is known color: Light Sky Blue. HEX triplet: 8D, CA and FA. RGB value is (141,202,250). Sum of RGB (Red+Green+Blue) = 141+202+250=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DCAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAFA is #723505. Grayscale: #BCBCBC. Windows color (decimal): -7484678 or 16435853. OLE color: 16435853.

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

Color convert

RGB 141 202 250 -
CMYK 0.44 0.19 0 0.02
HSL 206.42º 0.92% 0.77% -
HSV(B) 206.42º 0.44% 0.98% -
XYZ 49.36 54.81 98.42 -
YUV 189.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 141 202 250 0.44 0.19 0 0.02 206.42 0.92 0.77
Hex 8D CA FA 2C 13 0 2 CE 5C 4D
Octal 215 312 372 54 23 0 2 316 134 115
Binary 10001101 11001010 11111010 101100 10011 0 10 11001110 1011100 1001101

Color Harmonies of #8DCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCAFA

Black with #8DCAFA

Text Example


Text Example

White with #8DCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,202,250); }

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

background-color css

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

 a { background-color: rgb(141,202,250); }

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

border-color css

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

 span { border-color: rgb(141,202,250); }

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