#CAE1EA

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

Shades of Pattens Blue #CAE1EA

Tints of Pattens Blue #CAE1EA

Color information

#CAE1EA (or 0xCAE1EA) is unknown color: approx Pattens Blue. HEX triplet: CA, E1 and EA. RGB value is (202,225,234). Sum of RGB (Red+Green+Blue) = 202+225+234=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1EA is #351E15. Grayscale: #DBDBDB. Windows color (decimal): -3481110 or 15393226. OLE color: 15393226.

HSL color Cylindrical-coordinate representation of color #CAE1EA: hue angle of 196.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE1EA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202225234-
CMYK0.140.0400.08
HSL196.88º43.24%85.49%-
HSV(B)196.88º13.68%91.76%-
XYZ66.1372.3588.32-
YUV219.15136.38115.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 225 (88.28% from 255) = 34.04%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=30.56%
G=34.04%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022252340.140.0400.08196.8843.2485.49
HexCAE1EAE408c52b55
Octal31234135216401030553125
Binary110010101110000111101010111010001000110001011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1EA; }

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

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

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

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

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

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

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

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