#CADEEE

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

Shades of Pattens Blue #CADEEE

Tints of Pattens Blue #CADEEE

Color information

#CADEEE (or 0xCADEEE) is unknown color: approx Pattens Blue. HEX triplet: CA, DE and EE. RGB value is (202,222,238). Sum of RGB (Red+Green+Blue) = 202+222+238=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #CADEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEEE is #352111. Grayscale: #D9D9D9. Windows color (decimal): -3481874 or 15654602. OLE color: 15654602.

HSL color Cylindrical-coordinate representation of color #CADEEE: hue angle of 206.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADEEE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202222238-
CMYK0.150.0700.07
HSL206.67º51.43%86.27%-
HSV(B)206.67º15.13%93.33%-
XYZ65.9170.9791.11-
YUV217.84139.37116.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=30.51%
G=33.53%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022222380.150.0700.07206.6751.4386.27
HexCADEEEF707cf3356
Octal3123363561770731763126
Binary11001010110111101110111011111110111110011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEEE; }

 p { color: rgb(202,222,238); }

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

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

 a { background-color: rgb(202,222,238); }

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

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

 span { border-color: rgb(202,222,238); }

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