Html Css Color HEX #B5DCED Light Blue

📋 copy color: '#B5DCED'

red 181 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #B5DCED

Tints of Light Blue #B5DCED

RGB

 RED value IS 181 (71.09% from 255) = 28.37%

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

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

R = 28.37%
G = 34.48%
B = 37.15%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5DCED (or 0xB5DCED) is known color: Light Blue. HEX triplet: B5, DC and ED. RGB value is (181,220,237). Sum of RGB (Red+Green+Blue) = 181+220+237=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCED is #4A2312. Grayscale: #D2D2D2. Windows color (decimal): -4858643 or 15588533. OLE color: 15588533.

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

Color convert

RGB 181 220 237 -
CMYK 0.24 0.07 0 0.07
HSL 198.21º 0.61% 0.82% -
HSV(B) 198.21º 0.24% 0.93% -
XYZ 59.94 67.12 89.92 -
YUV 210.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 181 220 237 0.24 0.07 0 0.07 198.21 0.61 0.82
Hex B5 DC ED 18 7 0 7 C6 3D 52
Octal 265 334 355 30 7 0 7 306 75 122
Binary 10110101 11011100 11101101 11000 111 0 111 11000110 111101 1010010

Color Harmonies of #B5DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCED

Black with #B5DCED

Text Example


Text Example

White with #B5DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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