Html Css Color HEX #B5E0FC Pale Cornflower Blue

📋 copy color: '#B5E0FC'

red 181 ◦ green 224 ◦ blue 252

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

Shades of Pale Cornflower Blue #B5E0FC

Tints of Pale Cornflower Blue #B5E0FC

RGB

 RED value IS 181 (71.09% from 255) = 27.55%

 GREEN value IS 224 (87.89% from 255) = 34.09%

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 27.55%
G = 34.09%
B = 38.36%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5E0FC (or 0xB5E0FC) is known color: Pale Cornflower Blue. HEX triplet: B5, E0 and FC. RGB value is (181,224,252). Sum of RGB (Red+Green+Blue) = 181+224+252=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0FC is #4A1F03. Grayscale: #D6D6D6. Windows color (decimal): -4857604 or 16572597. OLE color: 16572597.

HSL color Cylindrical-coordinate representation of color #B5E0FC: hue angle of 203.66º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5E0FC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 224 252 -
CMYK 0.28 0.11 0 0.01
HSL 203.66º 0.92% 0.85% -
HSV(B) 203.66º 0.28% 0.99% -
XYZ 63.28 70.16 102.3 -
YUV 214.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 181 224 252 0.28 0.11 0 0.01 203.66 0.92 0.85
Hex B5 E0 FC 1C B 0 1 CC 5C 55
Octal 265 340 374 34 13 0 1 314 134 125
Binary 10110101 11100000 11111100 11100 1011 0 1 11001100 1011100 1010101

Color Harmonies of #B5E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E0FC

Black with #B5E0FC

Text Example


Text Example

White with #B5E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E0FC; }

 p { color: rgb(181,224,252); }

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

background-color css

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

 a { background-color: rgb(181,224,252); }

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

border-color css

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

 span { border-color: rgb(181,224,252); }

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