#CAE1EC

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

Shades of Pattens Blue #CAE1EC

Tints of Pattens Blue #CAE1EC

Color information

#CAE1EC (or 0xCAE1EC) is unknown color: approx Pattens Blue. HEX triplet: CA, E1 and EC. RGB value is (202,225,236). Sum of RGB (Red+Green+Blue) = 202+225+236=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1EC is #351E13. Grayscale: #DBDBDB. Windows color (decimal): -3481108 or 15524298. OLE color: 15524298.

HSL color Cylindrical-coordinate representation of color #CAE1EC: hue angle of 199.41º 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 #CAE1EC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202225236-
CMYK0.140.0500.07
HSL199.41º47.22%85.88%-
HSV(B)199.41º14.41%92.55%-
XYZ66.4272.4689.84-
YUV219.38137.38115.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=30.47%
G=33.94%
B=35.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022252360.140.0500.07199.4147.2285.88
HexCAE1ECE507c72f56
Octal3123413541650730757126
Binary11001010111000011110110011101010111110001111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1EC; }

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

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

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

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

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

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

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

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