Html Css Color HEX #B7DBFF Pale Cornflower Blue

📋 copy color: '#B7DBFF'

red 183 ◦ green 219 ◦ blue 255

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

Shades of Pale Cornflower Blue #B7DBFF

Tints of Pale Cornflower Blue #B7DBFF

RGB

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

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

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

R = 27.85%
G = 33.33%
B = 38.81%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7DBFF (or 0xB7DBFF) is known color: Pale Cornflower Blue. HEX triplet: B7, DB and FF. RGB value is (183,219,255). Sum of RGB (Red+Green+Blue) = 183+219+255=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBFF is #482400. Grayscale: #D4D4D4. Windows color (decimal): -4727809 or 16767927. OLE color: 16767927.

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

Color convert

RGB 183 219 255 -
CMYK 0.28 0.14 0 0
HSL 210º 1% 0.86% -
HSV(B) 210º 0.28% 1% -
XYZ 62.91 67.95 104.41 -
YUV 212.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 183 219 255 0.28 0.14 0 0 210 1 0.86
Hex B7 DB FF 1C E 0 0 D2 64 56
Octal 267 333 377 34 16 0 0 322 144 126
Binary 10110111 11011011 11111111 11100 1110 0 0 11010010 1100100 1010110

Color Harmonies of #B7DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DBFF

Black with #B7DBFF

Text Example


Text Example

White with #B7DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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