#CAE2F3

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

Shades of Pattens Blue #CAE2F3

Tints of Pattens Blue #CAE2F3

Color information

#CAE2F3 (or 0xCAE2F3) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and F3. RGB value is (202,226,243). Sum of RGB (Red+Green+Blue) = 202+226+243=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2F3 is #351D0C. Grayscale: #DCDCDC. Windows color (decimal): -3480845 or 15983306. OLE color: 15983306.

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

Color convert

RGB202226243-
CMYK0.170.0700.05
HSL204.88º63.08%87.25%-
HSV(B)204.88º16.87%95.29%-
XYZ67.7373.4295.4-
YUV220.76140.55114.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=30.10%
G=33.68%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022262430.170.0700.05204.8863.0887.25
HexCAE2F311705cd3f57
Octal3123423632170531577127
Binary110010101110001011110011100011110101110011011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2F3; }

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

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

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

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

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

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

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

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