#CAE2FB

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

Shades of Pattens Blue #CAE2FB

Tints of Pattens Blue #CAE2FB

Color information

#CAE2FB (or 0xCAE2FB) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and FB. RGB value is (202,226,251). Sum of RGB (Red+Green+Blue) = 202+226+251=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2FB is #351D04. Grayscale: #DDDDDD. Windows color (decimal): -3480837 or 16507594. OLE color: 16507594.

HSL color Cylindrical-coordinate representation of color #CAE2FB: hue angle of 210.61º 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 #CAE2FB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202226251-
CMYK0.200.1000.02
HSL210.61º85.96%88.82%-
HSV(B)210.61º19.52%98.43%-
XYZ68.9773.91101.9-
YUV221.67144.55113.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=29.75%
G=33.28%
B=36.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022262510.200.1000.02210.6185.9688.82
HexCAE2FB14A02d35659
Octal312342373241202323126131
Binary1100101011100010111110111010010100101101001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2FB; }

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

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

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

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

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

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

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

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