#CAE2FD

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

Shades of Pattens Blue #CAE2FD

Tints of Pattens Blue #CAE2FD

Color information

#CAE2FD (or 0xCAE2FD) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and FD. RGB value is (202,226,253). Sum of RGB (Red+Green+Blue) = 202+226+253=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2FD is #351D02. Grayscale: #DDDDDD. Windows color (decimal): -3480835 or 16638666. OLE color: 16638666.

HSL color Cylindrical-coordinate representation of color #CAE2FD: hue angle of 211.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE2FD is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202226253-
CMYK0.200.1100.01
HSL211.76º92.73%89.22%-
HSV(B)211.76º20.16%99.22%-
XYZ69.2874.04103.57-
YUV221.9145.55113.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=29.66%
G=33.19%
B=37.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022262530.200.1100.01211.7692.7389.22
HexCAE2FD14B01d45d59
Octal312342375241301324135131
Binary110010101110001011111101101001011011101010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2FD; }

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

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

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

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

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

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

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

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