Html Css Color HEX #B5DDFD Pale Cornflower Blue

📋 copy color: '#B5DDFD'

red 181 ◦ green 221 ◦ blue 253

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

Shades of Pale Cornflower Blue #B5DDFD

Tints of Pale Cornflower Blue #B5DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.74%

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 27.63%
G = 33.74%
B = 38.63%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5DDFD (or 0xB5DDFD) is known color: Pale Cornflower Blue. HEX triplet: B5, DD and FD. RGB value is (181,221,253). Sum of RGB (Red+Green+Blue) = 181+221+253=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDFD is #4A2202. Grayscale: #D4D4D4. Windows color (decimal): -4858371 or 16637365. OLE color: 16637365.

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

Color convert

RGB 181 221 253 -
CMYK 0.28 0.13 0 0.01
HSL 206.67º 0.95% 0.85% -
HSV(B) 206.67º 0.28% 0.99% -
XYZ 62.64 68.63 102.87 -
YUV 212.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 181 221 253 0.28 0.13 0 0.01 206.67 0.95 0.85
Hex B5 DD FD 1C D 0 1 CF 5F 55
Octal 265 335 375 34 15 0 1 317 137 125
Binary 10110101 11011101 11111101 11100 1101 0 1 11001111 1011111 1010101

Color Harmonies of #B5DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DDFD

Black with #B5DDFD

Text Example


Text Example

White with #B5DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DDFD; }

 p { color: rgb(181,221,253); }

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

background-color css

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

 a { background-color: rgb(181,221,253); }

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

border-color css

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

 span { border-color: rgb(181,221,253); }

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