Html Css Color HEX #D6EAF0 Pattens Blue

📋 copy color: '#D6EAF0'

red 214 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #D6EAF0

Tints of Pattens Blue #D6EAF0

RGB

 RED value IS 214 (83.98% from 255) = 31.1%

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

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 31.1%
G = 34.01%
B = 34.88%

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

#D6EAF0 (or 0xD6EAF0) is known color: Pattens Blue. HEX triplet: D6, EA and F0. RGB value is (214,234,240). Sum of RGB (Red+Green+Blue) = 214+234+240=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAF0 is #29150F. Grayscale: #E4E4E4. Windows color (decimal): -2692368 or 15788758. OLE color: 15788758.

HSL color Cylindrical-coordinate representation of color #D6EAF0: hue angle of 193.85º degrees, saturation: 0.46, 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 #D6EAF0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 234 240 -
CMYK 0.11 0.02 0 0.06
HSL 193.85º 0.46% 0.89% -
HSV(B) 193.85º 0.11% 0.94% -
XYZ 72.88 79.43 93.93 -
YUV 228.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 214 234 240 0.11 0.02 0 0.06 193.85 0.46 0.89
Hex D6 EA F0 B 2 0 6 C2 2E 59
Octal 326 352 360 13 2 0 6 302 56 131
Binary 11010110 11101010 11110000 1011 10 0 110 11000010 101110 1011001

Color Harmonies of #D6EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAF0

Black with #D6EAF0

Text Example


Text Example

White with #D6EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAF0; }

 p { color: rgb(214,234,240); }

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

background-color css

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

 a { background-color: rgb(214,234,240); }

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

border-color css

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

 span { border-color: rgb(214,234,240); }

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