Html Css Color HEX #B5D6EE Pale Cornflower Blue

📋 copy color: '#B5D6EE'

red 181 ◦ green 214 ◦ blue 238

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

Shades of Pale Cornflower Blue #B5D6EE

Tints of Pale Cornflower Blue #B5D6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.81%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 28.59%
G = 33.81%
B = 37.6%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5D6EE (or 0xB5D6EE) is known color: Pale Cornflower Blue. HEX triplet: B5, D6 and EE. RGB value is (181,214,238). Sum of RGB (Red+Green+Blue) = 181+214+238=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5D6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D6EE is #4A2911. Grayscale: #CECECE. Windows color (decimal): -4860178 or 15652533. OLE color: 15652533.

HSL color Cylindrical-coordinate representation of color #B5D6EE: hue angle of 205.26º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D6EE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 214 238 -
CMYK 0.24 0.10 0 0.07
HSL 205.26º 0.63% 0.82% -
HSV(B) 205.26º 0.24% 0.93% -
XYZ 58.54 64.09 90.17 -
YUV 206.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 181 214 238 0.24 0.10 0 0.07 205.26 0.63 0.82
Hex B5 D6 EE 18 A 0 7 CD 3F 52
Octal 265 326 356 30 12 0 7 315 77 122
Binary 10110101 11010110 11101110 11000 1010 0 111 11001101 111111 1010010

Color Harmonies of #B5D6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D6EE

Black with #B5D6EE

Text Example


Text Example

White with #B5D6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D6EE; }

 p { color: rgb(181,214,238); }

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

background-color css

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

 a { background-color: rgb(181,214,238); }

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

border-color css

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

 span { border-color: rgb(181,214,238); }

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