Html Css Color HEX #8DCBFB Light Sky Blue

📋 copy color: '#8DCBFB'

red 141 ◦ green 203 ◦ blue 251

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

Shades of Light Sky Blue #8DCBFB

Tints of Light Sky Blue #8DCBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 23.7%
G = 34.12%
B = 42.18%

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

#8DCBFB (or 0x8DCBFB) is known color: Light Sky Blue. HEX triplet: 8D, CB and FB. RGB value is (141,203,251). Sum of RGB (Red+Green+Blue) = 141+203+251=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DCBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBFB is #723404. Grayscale: #BDBDBD. Windows color (decimal): -7484421 or 16501645. OLE color: 16501645.

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

Color convert

RGB 141 203 251 -
CMYK 0.44 0.19 0 0.02
HSL 206.18º 0.93% 0.77% -
HSV(B) 206.18º 0.44% 0.98% -
XYZ 49.75 55.34 99.33 -
YUV 189.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 141 203 251 0.44 0.19 0 0.02 206.18 0.93 0.77
Hex 8D CB FB 2C 13 0 2 CE 5D 4D
Octal 215 313 373 54 23 0 2 316 135 115
Binary 10001101 11001011 11111011 101100 10011 0 10 11001110 1011101 1001101

Color Harmonies of #8DCBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBFB

Black with #8DCBFB

Text Example


Text Example

White with #8DCBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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