Html Css Color HEX #B9CFD5 Light Blue

📋 copy color: '#B9CFD5'

red 185 ◦ green 207 ◦ blue 213

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

Shades of Light Blue #B9CFD5

Tints of Light Blue #B9CFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 30.58%
G = 34.21%
B = 35.21%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9CFD5 (or 0xB9CFD5) is known color: Light Blue. HEX triplet: B9, CF and D5. RGB value is (185,207,213). Sum of RGB (Red+Green+Blue) = 185+207+213=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFD5 is #46302A. Grayscale: #C9C9C9. Windows color (decimal): -4599851 or 14012345. OLE color: 14012345.

HSL color Cylindrical-coordinate representation of color #B9CFD5: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CFD5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 207 213 -
CMYK 0.13 0.03 0 0.16
HSL 192.86º 0.25% 0.78% -
HSV(B) 192.86º 0.13% 0.84% -
XYZ 54.33 59.74 71.62 -
YUV 201.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 185 207 213 0.13 0.03 0 0.16 192.86 0.25 0.78
Hex B9 CF D5 D 3 0 10 C1 19 4E
Octal 271 317 325 15 3 0 20 301 31 116
Binary 10111001 11001111 11010101 1101 11 0 10000 11000001 11001 1001110

Color Harmonies of #B9CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFD5

Black with #B9CFD5

Text Example


Text Example

White with #B9CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFD5; }

 p { color: rgb(185,207,213); }

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

background-color css

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

 a { background-color: rgb(185,207,213); }

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

border-color css

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

 span { border-color: rgb(185,207,213); }

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