Html Css Color HEX #B0D1EE Pale Cornflower Blue

📋 copy color: '#B0D1EE'

red 176 ◦ green 209 ◦ blue 238

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

Shades of Pale Cornflower Blue #B0D1EE

Tints of Pale Cornflower Blue #B0D1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.55%

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 28.25%
G = 33.55%
B = 38.2%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0D1EE (or 0xB0D1EE) is known color: Pale Cornflower Blue. HEX triplet: B0, D1 and EE. RGB value is (176,209,238). Sum of RGB (Red+Green+Blue) = 176+209+238=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0D1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1EE is #4F2E11. Grayscale: #CACACA. Windows color (decimal): -5189138 or 15651248. OLE color: 15651248.

HSL color Cylindrical-coordinate representation of color #B0D1EE: hue angle of 208.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D1EE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 209 238 -
CMYK 0.26 0.12 0 0.07
HSL 208.06º 0.65% 0.81% -
HSV(B) 208.06º 0.26% 0.93% -
XYZ 56.14 61 89.71 -
YUV 202.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 176 209 238 0.26 0.12 0 0.07 208.06 0.65 0.81
Hex B0 D1 EE 1A C 0 7 D0 41 51
Octal 260 321 356 32 14 0 7 320 101 121
Binary 10110000 11010001 11101110 11010 1100 0 111 11010000 1000001 1010001

Color Harmonies of #B0D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1EE

Black with #B0D1EE

Text Example


Text Example

White with #B0D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1EE; }

 p { color: rgb(176,209,238); }

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

background-color css

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

 a { background-color: rgb(176,209,238); }

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

border-color css

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

 span { border-color: rgb(176,209,238); }

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