#CAE2F1

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

Shades of Pattens Blue #CAE2F1

Tints of Pattens Blue #CAE2F1

Color information

#CAE2F1 (or 0xCAE2F1) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and F1. RGB value is (202,226,241). Sum of RGB (Red+Green+Blue) = 202+226+241=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2F1 is #351D0E. Grayscale: #DCDCDC. Windows color (decimal): -3480847 or 15852234. OLE color: 15852234.

HSL color Cylindrical-coordinate representation of color #CAE2F1: hue angle of 203.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE2F1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202226241-
CMYK0.160.0600.05
HSL203.08º58.21%86.86%-
HSV(B)203.08º16.18%94.51%-
XYZ67.4373.393.81-
YUV220.53139.55114.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=30.19%
G=33.78%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022262410.160.0600.05203.0858.2186.86
HexCAE2F110605cb3a57
Octal3123423612060531372127
Binary110010101110001011110001100001100101110010111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2F1; }

 p { color: rgb(202,226,241); }

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

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

 a { background-color: rgb(202,226,241); }

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

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

 span { border-color: rgb(202,226,241); }

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