Html Css Color HEX #B6CFDB Light Blue

📋 copy color: '#B6CFDB'

red 182 ◦ green 207 ◦ blue 219

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

Shades of Light Blue #B6CFDB

Tints of Light Blue #B6CFDB

RGB

 RED value IS 182 (71.48% from 255) = 29.93%

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

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

R = 29.93%
G = 34.05%
B = 36.02%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6CFDB (or 0xB6CFDB) is known color: Light Blue. HEX triplet: B6, CF and DB. RGB value is (182,207,219). Sum of RGB (Red+Green+Blue) = 182+207+219=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFDB is #493024. Grayscale: #C8C8C8. Windows color (decimal): -4796453 or 14405558. OLE color: 14405558.

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

Color convert

RGB 182 207 219 -
CMYK 0.17 0.05 0 0.14
HSL 199.46º 0.34% 0.79% -
HSV(B) 199.46º 0.17% 0.86% -
XYZ 54.39 59.69 75.67 -
YUV 200.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 182 207 219 0.17 0.05 0 0.14 199.46 0.34 0.79
Hex B6 CF DB 11 5 0 E C7 22 4F
Octal 266 317 333 21 5 0 16 307 42 117
Binary 10110110 11001111 11011011 10001 101 0 1110 11000111 100010 1001111

Color Harmonies of #B6CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFDB

Black with #B6CFDB

Text Example


Text Example

White with #B6CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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