Html Css Color HEX #8DCBF4 Light Sky Blue

📋 copy color: '#8DCBF4'

red 141 ◦ green 203 ◦ blue 244

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

Shades of Light Sky Blue #8DCBF4

Tints of Light Sky Blue #8DCBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.5%

R = 23.98%
G = 34.52%
B = 41.5%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8DCBF4 (or 0x8DCBF4) is known color: Light Sky Blue. HEX triplet: 8D, CB and F4. RGB value is (141,203,244). Sum of RGB (Red+Green+Blue) = 141+203+244=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DCBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBF4 is #72340B. Grayscale: #BCBCBC. Windows color (decimal): -7484428 or 16042893. OLE color: 16042893.

HSL color Cylindrical-coordinate representation of color #8DCBF4: hue angle of 203.88º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DCBF4 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 203 244 -
CMYK 0.42 0.17 0 0.04
HSL 203.88º 0.82% 0.75% -
HSV(B) 203.88º 0.42% 0.96% -
XYZ 48.67 54.91 93.62 -
YUV 189.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 141 203 244 0.42 0.17 0 0.04 203.88 0.82 0.75
Hex 8D CB F4 2A 11 0 4 CC 52 4B
Octal 215 313 364 52 21 0 4 314 122 113
Binary 10001101 11001011 11110100 101010 10001 0 100 11001100 1010010 1001011

Color Harmonies of #8DCBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBF4

Black with #8DCBF4

Text Example


Text Example

White with #8DCBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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