Html Css Color HEX #B5CFDE Light Blue

📋 copy color: '#B5CFDE'

red 181 ◦ green 207 ◦ blue 222

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

Shades of Light Blue #B5CFDE

Tints of Light Blue #B5CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 29.67%
G = 33.93%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5CFDE (or 0xB5CFDE) is known color: Light Blue. HEX triplet: B5, CF and DE. RGB value is (181,207,222). Sum of RGB (Red+Green+Blue) = 181+207+222=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFDE is #4A3021. Grayscale: #C8C8C8. Windows color (decimal): -4861986 or 14602165. OLE color: 14602165.

HSL color Cylindrical-coordinate representation of color #B5CFDE: hue angle of 201.95º degrees, saturation: 0.38, 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 #B5CFDE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 207 222 -
CMYK 0.18 0.07 0 0.13
HSL 201.95º 0.38% 0.79% -
HSV(B) 201.95º 0.18% 0.87% -
XYZ 54.55 59.72 77.76 -
YUV 200.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 181 207 222 0.18 0.07 0 0.13 201.95 0.38 0.79
Hex B5 CF DE 12 7 0 D CA 26 4F
Octal 265 317 336 22 7 0 15 312 46 117
Binary 10110101 11001111 11011110 10010 111 0 1101 11001010 100110 1001111

Color Harmonies of #B5CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFDE

Black with #B5CFDE

Text Example


Text Example

White with #B5CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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