#CDEEF7

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

Shades of Pattens Blue #CDEEF7

Tints of Pattens Blue #CDEEF7

Color information

#CDEEF7 (or 0xCDEEF7) is unknown color: approx Pattens Blue. HEX triplet: CD, EE and F7. RGB value is (205,238,247). Sum of RGB (Red+Green+Blue) = 205+238+247=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEF7 is #321108. Grayscale: #E5E5E5. Windows color (decimal): -3281161 or 16248525. OLE color: 16248525.

HSL color Cylindrical-coordinate representation of color #CDEEF7: hue angle of 192.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEEF7 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205238247-
CMYK0.170.0400.03
HSL192.86º72.41%88.63%-
HSV(B)192.86º17%96.86%-
XYZ72.5480.8499.78-
YUV229.16138.07110.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.71%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=29.71%
G=34.49%
B=35.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052382470.170.0400.03192.8672.4188.63
HexCDEEF711403c14859
Octal31535636721403301110131
Binary110011011110111011110111100011000111100000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEF7; }

 p { color: rgb(205,238,247); }

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

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

 a { background-color: rgb(205,238,247); }

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

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

 span { border-color: rgb(205,238,247); }

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