#D0EAFF

Color #D0EAFF Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #D0EAFF

Tints of Pattens Blue #D0EAFF

Color information

#D0EAFF (or 0xD0EAFF) is unknown color: approx Pattens Blue. HEX triplet: D0, EA and FF. RGB value is (208,234,255). Sum of RGB (Red+Green+Blue) = 208+234+255=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EAFF is #2F1500. Grayscale: #E4E4E4. Windows color (decimal): -3085569 or 16771792. OLE color: 16771792.

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

Color convert

RGB208234255-
CMYK0.180.0800
HSL206.81º100%90.78%-
HSV(B)206.81º18.43%100%-
XYZ73.4979.48106.07-
YUV228.62142.89113.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.84%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 255 (100% from 255) = 36.59%
R=29.84%
G=33.57%
B=36.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082342550.180.0800206.8110090.78
HexD0EAFF12800cf645b
Octal320352377221000317144133
Binary110100001110101011111111100101000001100111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EAFF; }

 p { color: rgb(208,234,255); }

 H1.HeaderClassName
 {
   color: #D0EAFF;
 }
 .AnyTagClassName
 {
   color: #D0EAFF;
 }
</style>
background-color css

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

 a { background-color: rgb(208,234,255); }

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

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

 span { border-color: rgb(208,234,255); }

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