#D2F2FE

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

Shades of Pattens Blue #D2F2FE

Tints of Pattens Blue #D2F2FE

Color information

#D2F2FE (or 0xD2F2FE) is unknown color: approx Pattens Blue. HEX triplet: D2, F2 and FE. RGB value is (210,242,254). Sum of RGB (Red+Green+Blue) = 210+242+254=706 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.75% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F2FE is #2D0D01. Grayscale: #E9E9E9. Windows color (decimal): -2952450 or 16708306. OLE color: 16708306.

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

Color convert

RGB210242254-
CMYK0.170.0500.00
HSL196.36º95.65%90.98%-
HSV(B)196.36º17.32%99.61%-
XYZ76.2284.36106.03-
YUV233.8139.4111.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.75%
GREEN value IS 242 (94.92% from 255) = 34.28%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=29.75%
G=34.28%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102422540.170.0500.00196.3695.6590.98
HexD2F2FE11500c4605b
Octal32236237621500304140133
Binary11010010111100101111111010001101001100010011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2FE; }

 p { color: rgb(210,242,254); }

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

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

 a { background-color: rgb(210,242,254); }

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

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

 span { border-color: rgb(210,242,254); }

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