Html Css Color HEX #B0DDF8 Pale Cornflower Blue

📋 copy color: '#B0DDF8'

red 176 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #B0DDF8

Tints of Pale Cornflower Blue #B0DDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.45%

R = 27.29%
G = 34.26%
B = 38.45%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B0DDF8 (or 0xB0DDF8) is known color: Pale Cornflower Blue. HEX triplet: B0, DD and F8. RGB value is (176,221,248). Sum of RGB (Red+Green+Blue) = 176+221+248=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0DDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDF8 is #4F2207. Grayscale: #D2D2D2. Windows color (decimal): -5186056 or 16309680. OLE color: 16309680.

HSL color Cylindrical-coordinate representation of color #B0DDF8: hue angle of 202.5º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DDF8 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 221 248 -
CMYK 0.29 0.11 0 0.03
HSL 202.5º 0.84% 0.83% -
HSV(B) 202.5º 0.29% 0.97% -
XYZ 60.7 67.72 98.68 -
YUV 210.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 176 221 248 0.29 0.11 0 0.03 202.5 0.84 0.83
Hex B0 DD F8 1D B 0 3 CA 54 53
Octal 260 335 370 35 13 0 3 312 124 123
Binary 10110000 11011101 11111000 11101 1011 0 11 11001010 1010100 1010011

Color Harmonies of #B0DDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDF8

Black with #B0DDF8

Text Example


Text Example

White with #B0DDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDF8; }

 p { color: rgb(176,221,248); }

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

background-color css

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

 a { background-color: rgb(176,221,248); }

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

border-color css

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

 span { border-color: rgb(176,221,248); }

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