Html Css Color HEX #B6CFDD Light Blue

📋 copy color: '#B6CFDD'

red 182 ◦ green 207 ◦ blue 221

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

Shades of Light Blue #B6CFDD

Tints of Light Blue #B6CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 29.84%
G = 33.93%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6CFDD (or 0xB6CFDD) is known color: Light Blue. HEX triplet: B6, CF and DD. RGB value is (182,207,221). Sum of RGB (Red+Green+Blue) = 182+207+221=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFDD is #493022. Grayscale: #C9C9C9. Windows color (decimal): -4796451 or 14536630. OLE color: 14536630.

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

Color convert

RGB 182 207 221 -
CMYK 0.18 0.06 0 0.13
HSL 201.54º 0.36% 0.79% -
HSV(B) 201.54º 0.18% 0.87% -
XYZ 54.66 59.79 77.07 -
YUV 201.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 182 207 221 0.18 0.06 0 0.13 201.54 0.36 0.79
Hex B6 CF DD 12 6 0 D CA 24 4F
Octal 266 317 335 22 6 0 15 312 44 117
Binary 10110110 11001111 11011101 10010 110 0 1101 11001010 100100 1001111

Color Harmonies of #B6CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFDD

Black with #B6CFDD

Text Example


Text Example

White with #B6CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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