Html Css Color HEX #D6EBF1 Pattens Blue

📋 copy color: '#D6EBF1'

red 214 ◦ green 235 ◦ blue 241

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

Shades of Pattens Blue #D6EBF1

Tints of Pattens Blue #D6EBF1

RGB

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

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

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

R = 31.01%
G = 34.06%
B = 34.93%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6EBF1 (or 0xD6EBF1) is known color: Pattens Blue. HEX triplet: D6, EB and F1. RGB value is (214,235,241). Sum of RGB (Red+Green+Blue) = 214+235+241=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBF1 is #29140E. Grayscale: #E5E5E5. Windows color (decimal): -2692111 or 15854550. OLE color: 15854550.

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

Color convert

RGB 214 235 241 -
CMYK 0.11 0.02 0 0.05
HSL 193.33º 0.49% 0.89% -
HSV(B) 193.33º 0.11% 0.95% -
XYZ 73.32 80.06 94.81 -
YUV 229.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 214 235 241 0.11 0.02 0 0.05 193.33 0.49 0.89
Hex D6 EB F1 B 2 0 5 C1 31 59
Octal 326 353 361 13 2 0 5 301 61 131
Binary 11010110 11101011 11110001 1011 10 0 101 11000001 110001 1011001

Color Harmonies of #D6EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBF1

Black with #D6EBF1

Text Example


Text Example

White with #D6EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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