Html Css Color HEX #B7CFD7 Light Blue

📋 copy color: '#B7CFD7'

red 183 ◦ green 207 ◦ blue 215

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

Shades of Light Blue #B7CFD7

Tints of Light Blue #B7CFD7

RGB

 RED value IS 183 (71.88% from 255) = 30.25%

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

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 30.25%
G = 34.21%
B = 35.54%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B7CFD7 (or 0xB7CFD7) is known color: Light Blue. HEX triplet: B7, CF and D7. RGB value is (183,207,215). Sum of RGB (Red+Green+Blue) = 183+207+215=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFD7 is #483028. Grayscale: #C8C8C8. Windows color (decimal): -4730921 or 14143415. OLE color: 14143415.

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

Color convert

RGB 183 207 215 -
CMYK 0.15 0.04 0 0.16
HSL 195º 0.29% 0.78% -
HSV(B) 195º 0.15% 0.84% -
XYZ 54.11 59.6 72.94 -
YUV 200.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 183 207 215 0.15 0.04 0 0.16 195 0.29 0.78
Hex B7 CF D7 F 4 0 10 C3 1D 4E
Octal 267 317 327 17 4 0 20 303 35 116
Binary 10110111 11001111 11010111 1111 100 0 10000 11000011 11101 1001110

Color Harmonies of #B7CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFD7

Black with #B7CFD7

Text Example


Text Example

White with #B7CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFD7; }

 p { color: rgb(183,207,215); }

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

background-color css

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

 a { background-color: rgb(183,207,215); }

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

border-color css

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

 span { border-color: rgb(183,207,215); }

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