#CAE6FB

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

Shades of Pattens Blue #CAE6FB

Tints of Pattens Blue #CAE6FB

Color information

#CAE6FB (or 0xCAE6FB) is unknown color: approx Pattens Blue. HEX triplet: CA, E6 and FB. RGB value is (202,230,251). Sum of RGB (Red+Green+Blue) = 202+230+251=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6FB is #351904. Grayscale: #DFDFDF. Windows color (decimal): -3479813 or 16508618. OLE color: 16508618.

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

Color convert

RGB202230251-
CMYK0.200.0800.02
HSL205.71º85.96%88.82%-
HSV(B)205.71º19.52%98.43%-
XYZ70.0776.12102.27-
YUV224.02143.22112.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=29.58%
G=33.67%
B=36.75%

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
Decimal2022302510.200.0800.02205.7185.9688.82
HexCAE6FB14802ce5659
Octal312346373241002316126131
Binary1100101011100110111110111010010000101100111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6FB; }

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

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

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

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

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

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

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

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