#CAE3FE

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

Shades of Pattens Blue #CAE3FE

Tints of Pattens Blue #CAE3FE

Color information

#CAE3FE (or 0xCAE3FE) is unknown color: approx Pattens Blue. HEX triplet: CA, E3 and FE. RGB value is (202,227,254). Sum of RGB (Red+Green+Blue) = 202+227+254=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3FE is #351C01. Grayscale: #DEDEDE. Windows color (decimal): -3480578 or 16704458. OLE color: 16704458.

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

Color convert

RGB202227254-
CMYK0.200.1100.00
HSL211.15º96.3%89.41%-
HSV(B)211.15º20.47%99.61%-
XYZ69.7274.65104.5-
YUV222.6145.72113.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=29.58%
G=33.24%
B=37.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022272540.200.1100.00211.1596.389.41
HexCAE3FE14B00d36059
Octal312343376241300323140131
Binary110010101110001111111110101001011001101001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3FE; }

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

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

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

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

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

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

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

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