Html Css Color HEX #B9DDF1 Light Blue

📋 copy color: '#B9DDF1'

red 185 ◦ green 221 ◦ blue 241

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

Shades of Light Blue #B9DDF1

Tints of Light Blue #B9DDF1

RGB

 RED value IS 185 (72.66% from 255) = 28.59%

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

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

R = 28.59%
G = 34.16%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9DDF1 (or 0xB9DDF1) is known color: Light Blue. HEX triplet: B9, DD and F1. RGB value is (185,221,241). Sum of RGB (Red+Green+Blue) = 185+221+241=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDF1 is #46220E. Grayscale: #D4D4D4. Windows color (decimal): -4596239 or 15850937. OLE color: 15850937.

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

Color convert

RGB 185 221 241 -
CMYK 0.23 0.08 0 0.05
HSL 201.43º 0.67% 0.84% -
HSV(B) 201.43º 0.23% 0.95% -
XYZ 61.74 68.38 93.16 -
YUV 212.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 185 221 241 0.23 0.08 0 0.05 201.43 0.67 0.84
Hex B9 DD F1 17 8 0 5 C9 43 54
Octal 271 335 361 27 10 0 5 311 103 124
Binary 10111001 11011101 11110001 10111 1000 0 101 11001001 1000011 1010100

Color Harmonies of #B9DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDF1

Black with #B9DDF1

Text Example


Text Example

White with #B9DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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