#CAE6FF

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

Shades of Pattens Blue #CAE6FF

Tints of Pattens Blue #CAE6FF

Color information

#CAE6FF (or 0xCAE6FF) is unknown color: approx Pattens Blue. HEX triplet: CA, E6 and FF. RGB value is (202,230,255). Sum of RGB (Red+Green+Blue) = 202+230+255=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6FF is #351900. Grayscale: #E0E0E0. Windows color (decimal): -3479809 or 16770762. OLE color: 16770762.

HSL color Cylindrical-coordinate representation of color #CAE6FF: hue angle of 208.3º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAE6FF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202230255-
CMYK0.210.1000
HSL208.3º100%89.61%-
HSV(B)208.3º20.78%100%-
XYZ70.776.37105.62-
YUV224.48145.22111.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 255 (100% from 255) = 37.12%
R=29.40%
G=33.48%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022302550.210.1000208.310089.61
HexCAE6FF15A00d0645a
Octal312346377251200320144132
Binary110010101110011011111111101011010001101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6FF; }

 p { color: rgb(202,230,255); }

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

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

 a { background-color: rgb(202,230,255); }

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

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

 span { border-color: rgb(202,230,255); }

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