Html Css Color HEX #B5DBFE Pale Cornflower Blue

📋 copy color: '#B5DBFE'

red 181 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #B5DBFE

Tints of Pale Cornflower Blue #B5DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.49%

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 27.68%
G = 33.49%
B = 38.84%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5DBFE (or 0xB5DBFE) is known color: Pale Cornflower Blue. HEX triplet: B5, DB and FE. RGB value is (181,219,254). Sum of RGB (Red+Green+Blue) = 181+219+254=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBFE is #4A2401. Grayscale: #D3D3D3. Windows color (decimal): -4858882 or 16702389. OLE color: 16702389.

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

Color convert

RGB 181 219 254 -
CMYK 0.29 0.14 0 0.00
HSL 208.77º 0.97% 0.85% -
HSV(B) 208.77º 0.29% 1% -
XYZ 62.28 67.64 103.54 -
YUV 211.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 181 219 254 0.29 0.14 0 0.00 208.77 0.97 0.85
Hex B5 DB FE 1D E 0 0 D1 61 55
Octal 265 333 376 35 16 0 0 321 141 125
Binary 10110101 11011011 11111110 11101 1110 0 0 11010001 1100001 1010101

Color Harmonies of #B5DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBFE

Black with #B5DBFE

Text Example


Text Example

White with #B5DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBFE; }

 p { color: rgb(181,219,254); }

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

background-color css

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

 a { background-color: rgb(181,219,254); }

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

border-color css

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

 span { border-color: rgb(181,219,254); }

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