Html Css Color HEX #D7EAEF Pattens Blue

📋 copy color: '#D7EAEF'

red 215 ◦ green 234 ◦ blue 239

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

Shades of Pattens Blue #D7EAEF

Tints of Pattens Blue #D7EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.01%

 BLUE value IS 239 (93.75% from 255) = 34.74%

R = 31.25%
G = 34.01%
B = 34.74%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7EAEF (or 0xD7EAEF) is known color: Pattens Blue. HEX triplet: D7, EA and EF. RGB value is (215,234,239). Sum of RGB (Red+Green+Blue) = 215+234+239=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAEF is #281510. Grayscale: #E4E4E4. Windows color (decimal): -2626833 or 15723223. OLE color: 15723223.

HSL color Cylindrical-coordinate representation of color #D7EAEF: hue angle of 192.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EAEF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 234 239 -
CMYK 0.10 0.02 0 0.06
HSL 192.5º 0.43% 0.89% -
HSV(B) 192.5º 0.1% 0.94% -
XYZ 73.03 79.52 93.16 -
YUV 228.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 215 234 239 0.10 0.02 0 0.06 192.5 0.43 0.89
Hex D7 EA EF A 2 0 6 C0 2B 59
Octal 327 352 357 12 2 0 6 300 53 131
Binary 11010111 11101010 11101111 1010 10 0 110 11000000 101011 1011001

Color Harmonies of #D7EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EAEF

Black with #D7EAEF

Text Example


Text Example

White with #D7EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EAEF; }

 p { color: rgb(215,234,239); }

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

background-color css

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

 a { background-color: rgb(215,234,239); }

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

border-color css

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

 span { border-color: rgb(215,234,239); }

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