Html Css Color HEX #B0D3F4 Pale Cornflower Blue

📋 copy color: '#B0D3F4'

red 176 ◦ green 211 ◦ blue 244

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

Shades of Pale Cornflower Blue #B0D3F4

Tints of Pale Cornflower Blue #B0D3F4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.44%

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

R = 27.89%
G = 33.44%
B = 38.67%

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

#B0D3F4 (or 0xB0D3F4) is known color: Pale Cornflower Blue. HEX triplet: B0, D3 and F4. RGB value is (176,211,244). Sum of RGB (Red+Green+Blue) = 176+211+244=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0D3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D3F4 is #4F2C0B. Grayscale: #CCCCCC. Windows color (decimal): -5188620 or 16044976. OLE color: 16044976.

HSL color Cylindrical-coordinate representation of color #B0D3F4: hue angle of 209.12º 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 #B0D3F4 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 211 244 -
CMYK 0.28 0.14 0 0.04
HSL 209.12º 0.76% 0.82% -
HSV(B) 209.12º 0.28% 0.96% -
XYZ 57.53 62.35 94.59 -
YUV 204.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 176 211 244 0.28 0.14 0 0.04 209.12 0.76 0.82
Hex B0 D3 F4 1C E 0 4 D1 4C 52
Octal 260 323 364 34 16 0 4 321 114 122
Binary 10110000 11010011 11110100 11100 1110 0 100 11010001 1001100 1010010

Color Harmonies of #B0D3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D3F4

Black with #B0D3F4

Text Example


Text Example

White with #B0D3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D3F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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