Html Css Color HEX #D7EBFF Pattens Blue

📋 copy color: '#D7EBFF'

red 215 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #D7EBFF

Tints of Pattens Blue #D7EBFF

RGB

 RED value IS 215 (84.38% from 255) = 30.5%

 GREEN value IS 235 (92.19% from 255) = 33.33%

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

R = 30.5%
G = 33.33%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7EBFF (or 0xD7EBFF) is known color: Pattens Blue. HEX triplet: D7, EB and FF. RGB value is (215,235,255). Sum of RGB (Red+Green+Blue) = 215+235+255=705 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.50% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBFF is #281400. Grayscale: #E7E7E7. Windows color (decimal): -2626561 or 16772055. OLE color: 16772055.

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

Color convert

RGB 215 235 255 -
CMYK 0.16 0.08 0 0
HSL 210º 1% 0.92% -
HSV(B) 210º 0.16% 1% -
XYZ 75.78 81.08 106.26 -
YUV 231.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 215 235 255 0.16 0.08 0 0 210 1 0.92
Hex D7 EB FF 10 8 0 0 D2 64 5C
Octal 327 353 377 20 10 0 0 322 144 134
Binary 11010111 11101011 11111111 10000 1000 0 0 11010010 1100100 1011100

Color Harmonies of #D7EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EBFF

Black with #D7EBFF

Text Example


Text Example

White with #D7EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EBFF; }

 p { color: rgb(215,235,255); }

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

background-color css

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

 a { background-color: rgb(215,235,255); }

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

border-color css

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

 span { border-color: rgb(215,235,255); }

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