#CAE0EB

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

Shades of Pattens Blue #CAE0EB

Tints of Pattens Blue #CAE0EB

Color information

#CAE0EB (or 0xCAE0EB) is unknown color: approx Pattens Blue. HEX triplet: CA, E0 and EB. RGB value is (202,224,235). Sum of RGB (Red+Green+Blue) = 202+224+235=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0EB is #351F14. Grayscale: #DADADA. Windows color (decimal): -3481365 or 15458506. OLE color: 15458506.

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

Color convert

RGB202224235-
CMYK0.140.0500.08
HSL200º45.21%85.69%-
HSV(B)200º14.04%92.16%-
XYZ66.0171.8788.99-
YUV218.68137.21116.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=30.56%
G=33.89%
B=35.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022242350.140.0500.0820045.2185.69
HexCAE0EBE508c82d56
Octal31234035316501031055126
Binary110010101110000011101011111010101000110010001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0EB; }

 p { color: rgb(202,224,235); }

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

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

 a { background-color: rgb(202,224,235); }

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

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

 span { border-color: rgb(202,224,235); }

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