Html Css Color HEX #D6EAF1 Pattens Blue

📋 copy color: '#D6EAF1'

red 214 ◦ green 234 ◦ blue 241

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

Shades of Pattens Blue #D6EAF1

Tints of Pattens Blue #D6EAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.98%

R = 31.06%
G = 33.96%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6EAF1 (or 0xD6EAF1) is known color: Pattens Blue. HEX triplet: D6, EA and F1. RGB value is (214,234,241). Sum of RGB (Red+Green+Blue) = 214+234+241=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAF1 is #29150E. Grayscale: #E4E4E4. Windows color (decimal): -2692367 or 15854294. OLE color: 15854294.

HSL color Cylindrical-coordinate representation of color #D6EAF1: hue angle of 195.56º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6EAF1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 234 241 -
CMYK 0.11 0.03 0 0.05
HSL 195.56º 0.49% 0.89% -
HSV(B) 195.56º 0.11% 0.95% -
XYZ 73.03 79.49 94.71 -
YUV 228.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 214 234 241 0.11 0.03 0 0.05 195.56 0.49 0.89
Hex D6 EA F1 B 3 0 5 C4 31 59
Octal 326 352 361 13 3 0 5 304 61 131
Binary 11010110 11101010 11110001 1011 11 0 101 11000100 110001 1011001

Color Harmonies of #D6EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAF1

Black with #D6EAF1

Text Example


Text Example

White with #D6EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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