Html Css Color HEX #B5D5EF Pale Cornflower Blue

📋 copy color: '#B5D5EF'

red 181 ◦ green 213 ◦ blue 239

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

Shades of Pale Cornflower Blue #B5D5EF

Tints of Pale Cornflower Blue #B5D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.65%

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 28.59%
G = 33.65%
B = 37.76%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5D5EF (or 0xB5D5EF) is known color: Pale Cornflower Blue. HEX triplet: B5, D5 and EF. RGB value is (181,213,239). Sum of RGB (Red+Green+Blue) = 181+213+239=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D5EF is #4A2A10. Grayscale: #CECECE. Windows color (decimal): -4860433 or 15717813. OLE color: 15717813.

HSL color Cylindrical-coordinate representation of color #B5D5EF: hue angle of 206.9º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D5EF is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 213 239 -
CMYK 0.24 0.11 0 0.06
HSL 206.9º 0.64% 0.82% -
HSV(B) 206.9º 0.24% 0.94% -
XYZ 58.43 63.64 90.87 -
YUV 206.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 181 213 239 0.24 0.11 0 0.06 206.9 0.64 0.82
Hex B5 D5 EF 18 B 0 6 CF 40 52
Octal 265 325 357 30 13 0 6 317 100 122
Binary 10110101 11010101 11101111 11000 1011 0 110 11001111 1000000 1010010

Color Harmonies of #B5D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D5EF

Black with #B5D5EF

Text Example


Text Example

White with #B5D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D5EF; }

 p { color: rgb(181,213,239); }

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

background-color css

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

 a { background-color: rgb(181,213,239); }

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

border-color css

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

 span { border-color: rgb(181,213,239); }

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