#CAE3EC

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

Shades of Pattens Blue #CAE3EC

Tints of Pattens Blue #CAE3EC

Color information

#CAE3EC (or 0xCAE3EC) is unknown color: approx Pattens Blue. HEX triplet: CA, E3 and EC. RGB value is (202,227,236). Sum of RGB (Red+Green+Blue) = 202+227+236=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3EC is #351C13. Grayscale: #DCDCDC. Windows color (decimal): -3480596 or 15524810. OLE color: 15524810.

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

Color convert

RGB202227236-
CMYK0.140.0400.07
HSL195.88º47.22%85.88%-
HSV(B)195.88º14.41%92.55%-
XYZ66.9773.5590.02-
YUV220.55136.72114.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=30.38%
G=34.14%
B=35.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022272360.140.0400.07195.8847.2285.88
HexCAE3ECE407c42f56
Octal3123433541640730457126
Binary11001010111000111110110011101000111110001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3EC; }

 p { color: rgb(202,227,236); }

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

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

 a { background-color: rgb(202,227,236); }

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

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

 span { border-color: rgb(202,227,236); }

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