#CAE6F9

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

Shades of Pattens Blue #CAE6F9

Tints of Pattens Blue #CAE6F9

Color information

#CAE6F9 (or 0xCAE6F9) is unknown color: approx Pattens Blue. HEX triplet: CA, E6 and F9. RGB value is (202,230,249). Sum of RGB (Red+Green+Blue) = 202+230+249=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6F9 is #351906. Grayscale: #DFDFDF. Windows color (decimal): -3479815 or 16377546. OLE color: 16377546.

HSL color Cylindrical-coordinate representation of color #CAE6F9: hue angle of 204.26º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE6F9 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202230249-
CMYK0.190.0800.02
HSL204.26º79.66%88.43%-
HSV(B)204.26º18.88%97.65%-
XYZ69.7575.99100.61-
YUV223.79142.22112.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 230 (90.23% from 255) = 33.77%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=29.66%
G=33.77%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022302490.190.0800.02204.2679.6688.43
HexCAE6F913802cc5058
Octal312346371231002314120130
Binary1100101011100110111110011001110000101100110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6F9; }

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

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

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

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

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

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

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

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