#CAE7FB

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

Shades of Pattens Blue #CAE7FB

Tints of Pattens Blue #CAE7FB

Color information

#CAE7FB (or 0xCAE7FB) is unknown color: approx Pattens Blue. HEX triplet: CA, E7 and FB. RGB value is (202,231,251). Sum of RGB (Red+Green+Blue) = 202+231+251=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE7FB is #351804. Grayscale: #E0E0E0. Windows color (decimal): -3479557 or 16508874. OLE color: 16508874.

HSL color Cylindrical-coordinate representation of color #CAE7FB: hue angle of 204.49º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE7FB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202231251-
CMYK0.200.0800.02
HSL204.49º85.96%88.82%-
HSV(B)204.49º19.52%98.43%-
XYZ70.3576.67102.36-
YUV224.61142.89111.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=29.53%
G=33.77%
B=36.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022312510.200.0800.02204.4985.9688.82
HexCAE7FB14802cc5659
Octal312347373241002314126131
Binary1100101011100111111110111010010000101100110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7FB; }

 p { color: rgb(202,231,251); }

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

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

 a { background-color: rgb(202,231,251); }

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

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

 span { border-color: rgb(202,231,251); }

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