Html Css Color HEX #B5D3EB Pale Cornflower Blue

📋 copy color: '#B5D3EB'

red 181 ◦ green 211 ◦ blue 235

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

Shades of Pale Cornflower Blue #B5D3EB

Tints of Pale Cornflower Blue #B5D3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 28.87%
G = 33.65%
B = 37.48%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5D3EB (or 0xB5D3EB) is known color: Pale Cornflower Blue. HEX triplet: B5, D3 and EB. RGB value is (181,211,235). Sum of RGB (Red+Green+Blue) = 181+211+235=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D3EB is #4A2C14. Grayscale: #CCCCCC. Windows color (decimal): -4860949 or 15455157. OLE color: 15455157.

HSL color Cylindrical-coordinate representation of color #B5D3EB: hue angle of 206.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D3EB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 211 235 -
CMYK 0.23 0.10 0 0.08
HSL 206.67º 0.57% 0.82% -
HSV(B) 206.67º 0.23% 0.92% -
XYZ 57.35 62.41 87.62 -
YUV 204.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 181 211 235 0.23 0.10 0 0.08 206.67 0.57 0.82
Hex B5 D3 EB 17 A 0 8 CF 39 52
Octal 265 323 353 27 12 0 10 317 71 122
Binary 10110101 11010011 11101011 10111 1010 0 1000 11001111 111001 1010010

Color Harmonies of #B5D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D3EB

Black with #B5D3EB

Text Example


Text Example

White with #B5D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D3EB; }

 p { color: rgb(181,211,235); }

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

background-color css

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

 a { background-color: rgb(181,211,235); }

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

border-color css

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

 span { border-color: rgb(181,211,235); }

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