#CADFE9

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

Shades of Pattens Blue #CADFE9

Tints of Pattens Blue #CADFE9

Color information

#CADFE9 (or 0xCADFE9) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and E9. RGB value is (202,223,233). Sum of RGB (Red+Green+Blue) = 202+223+233=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #CADFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFE9 is #352016. Grayscale: #D9D9D9. Windows color (decimal): -3481623 or 15327178. OLE color: 15327178.

HSL color Cylindrical-coordinate representation of color #CADFE9: hue angle of 199.35º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADFE9 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202223233-
CMYK0.130.0400.09
HSL199.35º41.33%85.29%-
HSV(B)199.35º13.3%91.37%-
XYZ65.4571.2287.39-
YUV217.86136.54116.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=30.70%
G=33.89%
B=35.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022232330.130.0400.09199.3541.3385.29
HexCADFE9D409c72955
Octal31233735115401130751125
Binary110010101101111111101001110110001001110001111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFE9; }

 p { color: rgb(202,223,233); }

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

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

 a { background-color: rgb(202,223,233); }

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

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

 span { border-color: rgb(202,223,233); }

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