Html Css Color HEX #B7DDF8 Pale Cornflower Blue

📋 copy color: '#B7DDF8'

red 183 ◦ green 221 ◦ blue 248

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

Shades of Pale Cornflower Blue #B7DDF8

Tints of Pale Cornflower Blue #B7DDF8

RGB

 RED value IS 183 (71.88% from 255) = 28.07%

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

 BLUE value IS 248 (97.27% from 255) = 38.04%

R = 28.07%
G = 33.9%
B = 38.04%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B7DDF8 (or 0xB7DDF8) is known color: Pale Cornflower Blue. HEX triplet: B7, DD and F8. RGB value is (183,221,248). Sum of RGB (Red+Green+Blue) = 183+221+248=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDF8 is #482207. Grayscale: #D4D4D4. Windows color (decimal): -4727304 or 16309687. OLE color: 16309687.

HSL color Cylindrical-coordinate representation of color #B7DDF8: hue angle of 204.92º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7DDF8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 221 248 -
CMYK 0.26 0.11 0 0.03
HSL 204.92º 0.82% 0.85% -
HSV(B) 204.92º 0.26% 0.97% -
XYZ 62.33 68.56 98.75 -
YUV 212.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 183 221 248 0.26 0.11 0 0.03 204.92 0.82 0.85
Hex B7 DD F8 1A B 0 3 CD 52 55
Octal 267 335 370 32 13 0 3 315 122 125
Binary 10110111 11011101 11111000 11010 1011 0 11 11001101 1010010 1010101

Color Harmonies of #B7DDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DDF8

Black with #B7DDF8

Text Example


Text Example

White with #B7DDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DDF8; }

 p { color: rgb(183,221,248); }

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

background-color css

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

 a { background-color: rgb(183,221,248); }

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

border-color css

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

 span { border-color: rgb(183,221,248); }

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