Html Css Color HEX #B0D1F4 Pale Cornflower Blue

📋 copy color: '#B0D1F4'

red 176 ◦ green 209 ◦ blue 244

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

Shades of Pale Cornflower Blue #B0D1F4

Tints of Pale Cornflower Blue #B0D1F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.79%

R = 27.98%
G = 33.23%
B = 38.79%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B0D1F4 (or 0xB0D1F4) is known color: Pale Cornflower Blue. HEX triplet: B0, D1 and F4. RGB value is (176,209,244). Sum of RGB (Red+Green+Blue) = 176+209+244=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0D1F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1F4 is #4F2E0B. Grayscale: #CACACA. Windows color (decimal): -5189132 or 16044464. OLE color: 16044464.

HSL color Cylindrical-coordinate representation of color #B0D1F4: hue angle of 210.88º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D1F4 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 209 244 -
CMYK 0.28 0.14 0 0.04
HSL 210.88º 0.76% 0.82% -
HSV(B) 210.88º 0.28% 0.96% -
XYZ 57.03 61.36 94.43 -
YUV 203.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 176 209 244 0.28 0.14 0 0.04 210.88 0.76 0.82
Hex B0 D1 F4 1C E 0 4 D3 4C 52
Octal 260 321 364 34 16 0 4 323 114 122
Binary 10110000 11010001 11110100 11100 1110 0 100 11010011 1001100 1010010

Color Harmonies of #B0D1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1F4

Black with #B0D1F4

Text Example


Text Example

White with #B0D1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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