Html Css Color HEX #B5DBFF Pale Cornflower Blue

📋 copy color: '#B5DBFF'

red 181 ◦ green 219 ◦ blue 255

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

Shades of Pale Cornflower Blue #B5DBFF

Tints of Pale Cornflower Blue #B5DBFF

RGB

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

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

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

R = 27.63%
G = 33.44%
B = 38.93%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5DBFF (or 0xB5DBFF) is known color: Pale Cornflower Blue. HEX triplet: B5, DB and FF. RGB value is (181,219,255). Sum of RGB (Red+Green+Blue) = 181+219+255=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DBFF is #4A2400. Grayscale: #D3D3D3. Windows color (decimal): -4858881 or 16767925. OLE color: 16767925.

HSL color Cylindrical-coordinate representation of color #B5DBFF: hue angle of 209.19º 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 #B5DBFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 219 255 -
CMYK 0.29 0.14 0 0
HSL 209.19º 1% 0.85% -
HSV(B) 209.19º 0.29% 1% -
XYZ 62.44 67.71 104.39 -
YUV 211.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 181 219 255 0.29 0.14 0 0 209.19 1 0.85
Hex B5 DB FF 1D E 0 0 D1 64 55
Octal 265 333 377 35 16 0 0 321 144 125
Binary 10110101 11011011 11111111 11101 1110 0 0 11010001 1100100 1010101

Color Harmonies of #B5DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBFF

Black with #B5DBFF

Text Example


Text Example

White with #B5DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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