Html Css Color HEX #B0D1F3 Pale Cornflower Blue

📋 copy color: '#B0D1F3'

red 176 ◦ green 209 ◦ blue 243

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

Shades of Pale Cornflower Blue #B0D1F3

Tints of Pale Cornflower Blue #B0D1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.69%

R = 28.03%
G = 33.28%
B = 38.69%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0D1F3 (or 0xB0D1F3) is known color: Pale Cornflower Blue. HEX triplet: B0, D1 and F3. RGB value is (176,209,243). Sum of RGB (Red+Green+Blue) = 176+209+243=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0D1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1F3 is #4F2E0C. Grayscale: #CACACA. Windows color (decimal): -5189133 or 15978928. OLE color: 15978928.

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

Color convert

RGB 176 209 243 -
CMYK 0.28 0.14 0 0.05
HSL 210.45º 0.74% 0.82% -
HSV(B) 210.45º 0.28% 0.95% -
XYZ 56.88 61.3 93.63 -
YUV 203.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 176 209 243 0.28 0.14 0 0.05 210.45 0.74 0.82
Hex B0 D1 F3 1C E 0 5 D2 4A 52
Octal 260 321 363 34 16 0 5 322 112 122
Binary 10110000 11010001 11110011 11100 1110 0 101 11010010 1001010 1010010

Color Harmonies of #B0D1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1F3

Black with #B0D1F3

Text Example


Text Example

White with #B0D1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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