Html Css Color HEX #D5EAEF Pattens Blue

📋 copy color: '#D5EAEF'

red 213 ◦ green 234 ◦ blue 239

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

Shades of Pattens Blue #D5EAEF

Tints of Pattens Blue #D5EAEF

RGB

 RED value IS 213 (83.59% from 255) = 31.05%

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

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

R = 31.05%
G = 34.11%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5EAEF (or 0xD5EAEF) is known color: Pattens Blue. HEX triplet: D5, EA and EF. RGB value is (213,234,239). Sum of RGB (Red+Green+Blue) = 213+234+239=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAEF is #2A1510. Grayscale: #E4E4E4. Windows color (decimal): -2757905 or 15723221. OLE color: 15723221.

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

Color convert

RGB 213 234 239 -
CMYK 0.11 0.02 0 0.06
HSL 191.54º 0.45% 0.89% -
HSV(B) 191.54º 0.11% 0.94% -
XYZ 72.44 79.22 93.13 -
YUV 228.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 213 234 239 0.11 0.02 0 0.06 191.54 0.45 0.89
Hex D5 EA EF B 2 0 6 C0 2D 59
Octal 325 352 357 13 2 0 6 300 55 131
Binary 11010101 11101010 11101111 1011 10 0 110 11000000 101101 1011001

Color Harmonies of #D5EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EAEF

Black with #D5EAEF

Text Example


Text Example

White with #D5EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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