Html Css Color HEX #B9DCED Light Blue

📋 copy color: '#B9DCED'

red 185 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #B9DCED

Tints of Light Blue #B9DCED

RGB

 RED value IS 185 (72.66% from 255) = 28.82%

 GREEN value IS 220 (86.33% from 255) = 34.27%

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 28.82%
G = 34.27%
B = 36.92%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9DCED (or 0xB9DCED) is known color: Light Blue. HEX triplet: B9, DC and ED. RGB value is (185,220,237). Sum of RGB (Red+Green+Blue) = 185+220+237=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCED is #462312. Grayscale: #D3D3D3. Windows color (decimal): -4596499 or 15588537. OLE color: 15588537.

HSL color Cylindrical-coordinate representation of color #B9DCED: hue angle of 199.62º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9DCED is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 220 237 -
CMYK 0.22 0.07 0 0.07
HSL 199.62º 0.59% 0.83% -
HSV(B) 199.62º 0.22% 0.93% -
XYZ 60.89 67.62 89.96 -
YUV 211.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 185 220 237 0.22 0.07 0 0.07 199.62 0.59 0.83
Hex B9 DC ED 16 7 0 7 C8 3B 53
Octal 271 334 355 26 7 0 7 310 73 123
Binary 10111001 11011100 11101101 10110 111 0 111 11001000 111011 1010011

Color Harmonies of #B9DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCED

Black with #B9DCED

Text Example


Text Example

White with #B9DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCED; }

 p { color: rgb(185,220,237); }

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

background-color css

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

 a { background-color: rgb(185,220,237); }

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

border-color css

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

 span { border-color: rgb(185,220,237); }

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