#CDEFF9

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

Shades of Pattens Blue #CDEFF9

Tints of Pattens Blue #CDEFF9

Color information

#CDEFF9 (or 0xCDEFF9) is unknown color: approx Pattens Blue. HEX triplet: CD, EF and F9. RGB value is (205,239,249). Sum of RGB (Red+Green+Blue) = 205+239+249=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFF9 is #321006. Grayscale: #E5E5E5. Windows color (decimal): -3280903 or 16379853. OLE color: 16379853.

HSL color Cylindrical-coordinate representation of color #CDEFF9: hue angle of 193.64º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEFF9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205239249-
CMYK0.180.0400.02
HSL193.64º78.57%89.02%-
HSV(B)193.64º17.67%97.65%-
XYZ73.1481.55101.51-
YUV229.97138.74110.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.58%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=29.58%
G=34.49%
B=35.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052392490.180.0400.02193.6478.5789.02
HexCDEFF912402c24f59
Octal31535737122402302117131
Binary110011011110111111111001100101000101100001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFF9; }

 p { color: rgb(205,239,249); }

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

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

 a { background-color: rgb(205,239,249); }

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

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

 span { border-color: rgb(205,239,249); }

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