Html Css Color HEX #B5DEFF Pale Cornflower Blue

📋 copy color: '#B5DEFF'

red 181 ◦ green 222 ◦ blue 255

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

Shades of Pale Cornflower Blue #B5DEFF

Tints of Pale Cornflower Blue #B5DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.74%

 BLUE value IS 255 (100% from 255) = 38.75%

R = 27.51%
G = 33.74%
B = 38.75%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5DEFF (or 0xB5DEFF) is known color: Pale Cornflower Blue. HEX triplet: B5, DE and FF. RGB value is (181,222,255). Sum of RGB (Red+Green+Blue) = 181+222+255=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DEFF is #4A2100. Grayscale: #D5D5D5. Windows color (decimal): -4858113 or 16768693. OLE color: 16768693.

HSL color Cylindrical-coordinate representation of color #B5DEFF: hue angle of 206.76º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DEFF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 222 255 -
CMYK 0.29 0.13 0 0
HSL 206.76º 1% 0.85% -
HSV(B) 206.76º 0.29% 1% -
XYZ 63.23 69.29 104.65 -
YUV 213.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 181 222 255 0.29 0.13 0 0 206.76 1 0.85
Hex B5 DE FF 1D D 0 0 CF 64 55
Octal 265 336 377 35 15 0 0 317 144 125
Binary 10110101 11011110 11111111 11101 1101 0 0 11001111 1100100 1010101

Color Harmonies of #B5DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DEFF

Black with #B5DEFF

Text Example


Text Example

White with #B5DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DEFF; }

 p { color: rgb(181,222,255); }

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

background-color css

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

 a { background-color: rgb(181,222,255); }

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

border-color css

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

 span { border-color: rgb(181,222,255); }

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