#CAE8FE

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

Shades of Pattens Blue #CAE8FE

Tints of Pattens Blue #CAE8FE

Color information

#CAE8FE (or 0xCAE8FE) is unknown color: approx Pattens Blue. HEX triplet: CA, E8 and FE. RGB value is (202,232,254). Sum of RGB (Red+Green+Blue) = 202+232+254=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8FE is #351701. Grayscale: #E1E1E1. Windows color (decimal): -3479298 or 16705738. OLE color: 16705738.

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

Color convert

RGB202232254-
CMYK0.200.0900.00
HSL205.38º96.3%89.41%-
HSV(B)205.38º20.47%99.61%-
XYZ71.177.43104.96-
YUV225.54144.06111.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=29.36%
G=33.72%
B=36.92%

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
Decimal2022322540.200.0900.00205.3896.389.41
HexCAE8FE14900cd6059
Octal312350376241100315140131
Binary110010101110100011111110101001001001100110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8FE; }

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

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

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

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

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

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

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

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