Html Css Color HEX #B6DDF1 Light Blue

📋 copy color: '#B6DDF1'

red 182 ◦ green 221 ◦ blue 241

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

Shades of Light Blue #B6DDF1

Tints of Light Blue #B6DDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 28.26%
G = 34.32%
B = 37.42%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6DDF1 (or 0xB6DDF1) is known color: Light Blue. HEX triplet: B6, DD and F1. RGB value is (182,221,241). Sum of RGB (Red+Green+Blue) = 182+221+241=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DDF1 is #49220E. Grayscale: #D3D3D3. Windows color (decimal): -4792847 or 15850934. OLE color: 15850934.

HSL color Cylindrical-coordinate representation of color #B6DDF1: hue angle of 200.34º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6DDF1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 221 241 -
CMYK 0.24 0.08 0 0.05
HSL 200.34º 0.68% 0.83% -
HSV(B) 200.34º 0.24% 0.95% -
XYZ 61.03 68.01 93.13 -
YUV 211.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 182 221 241 0.24 0.08 0 0.05 200.34 0.68 0.83
Hex B6 DD F1 18 8 0 5 C8 44 53
Octal 266 335 361 30 10 0 5 310 104 123
Binary 10110110 11011101 11110001 11000 1000 0 101 11001000 1000100 1010011

Color Harmonies of #B6DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DDF1

Black with #B6DDF1

Text Example


Text Example

White with #B6DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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