Html Css Color HEX #D6EEFF Pattens Blue

📋 copy color: '#D6EEFF'

red 214 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #D6EEFF

Tints of Pattens Blue #D6EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.66%

 BLUE value IS 255 (100% from 255) = 36.07%

R = 30.27%
G = 33.66%
B = 36.07%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6EEFF (or 0xD6EEFF) is known color: Pattens Blue. HEX triplet: D6, EE and FF. RGB value is (214,238,255). Sum of RGB (Red+Green+Blue) = 214+238+255=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEFF is #291100. Grayscale: #E8E8E8. Windows color (decimal): -2691329 or 16772822. OLE color: 16772822.

HSL color Cylindrical-coordinate representation of color #D6EEFF: hue angle of 204.88º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6EEFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 238 255 -
CMYK 0.16 0.07 0 0
HSL 204.88º 1% 0.92% -
HSV(B) 204.88º 0.16% 1% -
XYZ 76.36 82.67 106.54 -
YUV 232.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 214 238 255 0.16 0.07 0 0 204.88 1 0.92
Hex D6 EE FF 10 7 0 0 CD 64 5C
Octal 326 356 377 20 7 0 0 315 144 134
Binary 11010110 11101110 11111111 10000 111 0 0 11001101 1100100 1011100

Color Harmonies of #D6EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEFF

Black with #D6EEFF

Text Example


Text Example

White with #D6EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEFF; }

 p { color: rgb(214,238,255); }

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

background-color css

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

 a { background-color: rgb(214,238,255); }

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

border-color css

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

 span { border-color: rgb(214,238,255); }

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