Html Css Color HEX #B4DDF1 Light Blue

📋 copy color: '#B4DDF1'

red 180 ◦ green 221 ◦ blue 241

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

Shades of Light Blue #B4DDF1

Tints of Light Blue #B4DDF1

RGB

 RED value IS 180 (70.7% from 255) = 28.04%

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

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

R = 28.04%
G = 34.42%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4DDF1 (or 0xB4DDF1) is known color: Light Blue. HEX triplet: B4, DD and F1. RGB value is (180,221,241). Sum of RGB (Red+Green+Blue) = 180+221+241=642 (85% of max value = 765). Red value is 180 (70.70% from 255 or 28.04% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDF1 is #4B220E. Grayscale: #D2D2D2. Windows color (decimal): -4923919 or 15850932. OLE color: 15850932.

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

Color convert

RGB 180 221 241 -
CMYK 0.25 0.08 0 0.05
HSL 199.67º 0.69% 0.83% -
HSV(B) 199.67º 0.25% 0.95% -
XYZ 60.56 67.77 93.11 -
YUV 211.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 180 221 241 0.25 0.08 0 0.05 199.67 0.69 0.83
Hex B4 DD F1 19 8 0 5 C8 45 53
Octal 264 335 361 31 10 0 5 310 105 123
Binary 10110100 11011101 11110001 11001 1000 0 101 11001000 1000101 1010011

Color Harmonies of #B4DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDF1

Black with #B4DDF1

Text Example


Text Example

White with #B4DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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