Html Css Color HEX #B0DFF1 Light Blue

📋 copy color: '#B0DFF1'

red 176 ◦ green 223 ◦ blue 241

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

Shades of Light Blue #B0DFF1

Tints of Light Blue #B0DFF1

RGB

 RED value IS 176 (69.14% from 255) = 27.5%

 GREEN value IS 223 (87.5% from 255) = 34.84%

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

R = 27.5%
G = 34.84%
B = 37.66%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0DFF1 (or 0xB0DFF1) is known color: Light Blue. HEX triplet: B0, DF and F1. RGB value is (176,223,241). Sum of RGB (Red+Green+Blue) = 176+223+241=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF1 is #4F200E. Grayscale: #D2D2D2. Windows color (decimal): -5185551 or 15851440. OLE color: 15851440.

HSL color Cylindrical-coordinate representation of color #B0DFF1: hue angle of 196.62º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DFF1 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 223 241 -
CMYK 0.27 0.07 0 0.05
HSL 196.62º 0.7% 0.82% -
HSV(B) 196.62º 0.27% 0.95% -
XYZ 60.17 68.36 93.24 -
YUV 211 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 176 223 241 0.27 0.07 0 0.05 196.62 0.7 0.82
Hex B0 DF F1 1B 7 0 5 C5 46 52
Octal 260 337 361 33 7 0 5 305 106 122
Binary 10110000 11011111 11110001 11011 111 0 101 11000101 1000110 1010010

Color Harmonies of #B0DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFF1

Black with #B0DFF1

Text Example


Text Example

White with #B0DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFF1; }

 p { color: rgb(176,223,241); }

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

background-color css

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

 a { background-color: rgb(176,223,241); }

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

border-color css

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

 span { border-color: rgb(176,223,241); }

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