Html Css Color HEX #B7CFDB Light Blue

📋 copy color: '#B7CFDB'

red 183 ◦ green 207 ◦ blue 219

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

Shades of Light Blue #B7CFDB

Tints of Light Blue #B7CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 30.05%
G = 33.99%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7CFDB (or 0xB7CFDB) is known color: Light Blue. HEX triplet: B7, CF and DB. RGB value is (183,207,219). Sum of RGB (Red+Green+Blue) = 183+207+219=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDB is #483024. Grayscale: #C9C9C9. Windows color (decimal): -4730917 or 14405559. OLE color: 14405559.

HSL color Cylindrical-coordinate representation of color #B7CFDB: hue angle of 200º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7CFDB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 207 219 -
CMYK 0.16 0.05 0 0.14
HSL 200º 0.33% 0.79% -
HSV(B) 200º 0.16% 0.86% -
XYZ 54.63 59.81 75.68 -
YUV 201.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 183 207 219 0.16 0.05 0 0.14 200 0.33 0.79
Hex B7 CF DB 10 5 0 E C8 21 4F
Octal 267 317 333 20 5 0 16 310 41 117
Binary 10110111 11001111 11011011 10000 101 0 1110 11001000 100001 1001111

Color Harmonies of #B7CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CFDB

Black with #B7CFDB

Text Example


Text Example

White with #B7CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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