Html Css Color HEX #B5CFDD Light Blue

📋 copy color: '#B5CFDD'

red 181 ◦ green 207 ◦ blue 221

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

Shades of Light Blue #B5CFDD

Tints of Light Blue #B5CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.99%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 29.72%
G = 33.99%
B = 36.29%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5CFDD (or 0xB5CFDD) is known color: Light Blue. HEX triplet: B5, CF and DD. RGB value is (181,207,221). Sum of RGB (Red+Green+Blue) = 181+207+221=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDD is #4A3022. Grayscale: #C8C8C8. Windows color (decimal): -4861987 or 14536629. OLE color: 14536629.

HSL color Cylindrical-coordinate representation of color #B5CFDD: hue angle of 201º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CFDD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 207 221 -
CMYK 0.18 0.06 0 0.13
HSL 201º 0.37% 0.79% -
HSV(B) 201º 0.18% 0.87% -
XYZ 54.42 59.67 77.06 -
YUV 200.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 181 207 221 0.18 0.06 0 0.13 201 0.37 0.79
Hex B5 CF DD 12 6 0 D C9 25 4F
Octal 265 317 335 22 6 0 15 311 45 117
Binary 10110101 11001111 11011101 10010 110 0 1101 11001001 100101 1001111

Color Harmonies of #B5CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFDD

Black with #B5CFDD

Text Example


Text Example

White with #B5CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFDD; }

 p { color: rgb(181,207,221); }

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

background-color css

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

 a { background-color: rgb(181,207,221); }

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

border-color css

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

 span { border-color: rgb(181,207,221); }

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