#CAE1ED

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

Shades of Pattens Blue #CAE1ED

Tints of Pattens Blue #CAE1ED

Color information

#CAE1ED (or 0xCAE1ED) is unknown color: approx Pattens Blue. HEX triplet: CA, E1 and ED. RGB value is (202,225,237). Sum of RGB (Red+Green+Blue) = 202+225+237=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1ED is #351E12. Grayscale: #DBDBDB. Windows color (decimal): -3481107 or 15589834. OLE color: 15589834.

HSL color Cylindrical-coordinate representation of color #CAE1ED: hue angle of 200.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE1ED is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202225237-
CMYK0.150.0500.07
HSL200.57º49.3%86.08%-
HSV(B)200.57º14.77%92.94%-
XYZ66.5772.5290.61-
YUV219.49137.88115.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=30.42%
G=33.89%
B=35.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022252370.150.0500.07200.5749.386.08
HexCAE1EDF507c93156
Octal3123413551750731161126
Binary11001010111000011110110111111010111110010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1ED; }

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

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

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

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

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

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

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

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