#CAE4FE

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

Shades of Pattens Blue #CAE4FE

Tints of Pattens Blue #CAE4FE

Color information

#CAE4FE (or 0xCAE4FE) is unknown color: approx Pattens Blue. HEX triplet: CA, E4 and FE. RGB value is (202,228,254). Sum of RGB (Red+Green+Blue) = 202+228+254=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4FE is #351B01. Grayscale: #DFDFDF. Windows color (decimal): -3480322 or 16704714. OLE color: 16704714.

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

Color convert

RGB202228254-
CMYK0.200.1000.00
HSL210º96.3%89.41%-
HSV(B)210º20.47%99.61%-
XYZ69.9975.2104.59-
YUV223.19145.39112.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=29.53%
G=33.33%
B=37.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022282540.200.1000.0021096.389.41
HexCAE4FE14A00d26059
Octal312344376241200322140131
Binary110010101110010011111110101001010001101001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4FE; }

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

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

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

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

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

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

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

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