Html Css Color HEX #B6CFDE Light Blue

📋 copy color: '#B6CFDE'

red 182 ◦ green 207 ◦ blue 222

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

Shades of Light Blue #B6CFDE

Tints of Light Blue #B6CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 29.79%
G = 33.88%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6CFDE (or 0xB6CFDE) is known color: Light Blue. HEX triplet: B6, CF and DE. RGB value is (182,207,222). Sum of RGB (Red+Green+Blue) = 182+207+222=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFDE is #493021. Grayscale: #C9C9C9. Windows color (decimal): -4796450 or 14602166. OLE color: 14602166.

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

Color convert

RGB 182 207 222 -
CMYK 0.18 0.07 0 0.13
HSL 202.5º 0.38% 0.79% -
HSV(B) 202.5º 0.18% 0.87% -
XYZ 54.79 59.84 77.77 -
YUV 201.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 182 207 222 0.18 0.07 0 0.13 202.5 0.38 0.79
Hex B6 CF DE 12 7 0 D CA 26 4F
Octal 266 317 336 22 7 0 15 312 46 117
Binary 10110110 11001111 11011110 10010 111 0 1101 11001010 100110 1001111

Color Harmonies of #B6CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CFDE

Black with #B6CFDE

Text Example


Text Example

White with #B6CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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