#CAE6FE

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

Shades of Pattens Blue #CAE6FE

Tints of Pattens Blue #CAE6FE

Color information

#CAE6FE (or 0xCAE6FE) is unknown color: approx Pattens Blue. HEX triplet: CA, E6 and FE. RGB value is (202,230,254). Sum of RGB (Red+Green+Blue) = 202+230+254=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6FE is #351901. Grayscale: #E0E0E0. Windows color (decimal): -3479810 or 16705226. OLE color: 16705226.

HSL color Cylindrical-coordinate representation of color #CAE6FE: hue angle of 207.69º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE6FE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202230254-
CMYK0.200.0900.00
HSL207.69º96.3%89.41%-
HSV(B)207.69º20.47%99.61%-
XYZ70.5476.31104.78-
YUV224.36144.72112.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.45%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=29.45%
G=33.53%
B=37.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022302540.200.0900.00207.6996.389.41
HexCAE6FE14900d06059
Octal312346376241100320140131
Binary110010101110011011111110101001001001101000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6FE; }

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

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

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

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

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

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

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

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