Html Css Color HEX #8DCBFA Light Sky Blue

📋 copy color: '#8DCBFA'

red 141 ◦ green 203 ◦ blue 250

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

Shades of Light Sky Blue #8DCBFA

Tints of Light Sky Blue #8DCBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

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

R = 23.74%
G = 34.18%
B = 42.09%

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

#8DCBFA (or 0x8DCBFA) is known color: Light Sky Blue. HEX triplet: 8D, CB and FA. RGB value is (141,203,250). Sum of RGB (Red+Green+Blue) = 141+203+250=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DCBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBFA is #723405. Grayscale: #BDBDBD. Windows color (decimal): -7484422 or 16436109. OLE color: 16436109.

HSL color Cylindrical-coordinate representation of color #8DCBFA: hue angle of 205.87º 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 #8DCBFA is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 203 250 -
CMYK 0.44 0.19 0 0.02
HSL 205.87º 0.92% 0.77% -
HSV(B) 205.87º 0.44% 0.98% -
XYZ 49.6 55.28 98.5 -
YUV 189.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 141 203 250 0.44 0.19 0 0.02 205.87 0.92 0.77
Hex 8D CB FA 2C 13 0 2 CE 5C 4D
Octal 215 313 372 54 23 0 2 316 134 115
Binary 10001101 11001011 11111010 101100 10011 0 10 11001110 1011100 1001101

Color Harmonies of #8DCBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBFA

Black with #8DCBFA

Text Example


Text Example

White with #8DCBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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