#CAE4FD

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

Shades of Pattens Blue #CAE4FD

Tints of Pattens Blue #CAE4FD

Color information

#CAE4FD (or 0xCAE4FD) is unknown color: approx Pattens Blue. HEX triplet: CA, E4 and FD. RGB value is (202,228,253). Sum of RGB (Red+Green+Blue) = 202+228+253=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4FD is #351B02. Grayscale: #DEDEDE. Windows color (decimal): -3480323 or 16639178. OLE color: 16639178.

HSL color Cylindrical-coordinate representation of color #CAE4FD: hue angle of 209.41º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE4FD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202228253-
CMYK0.200.1000.01
HSL209.41º92.73%89.22%-
HSV(B)209.41º20.16%99.22%-
XYZ69.8375.14103.75-
YUV223.08144.89112.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 228 (89.45% from 255) = 33.38%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=29.58%
G=33.38%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022282530.200.1000.01209.4192.7389.22
HexCAE4FD14A01d15d59
Octal312344375241201321135131
Binary110010101110010011111101101001010011101000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4FD; }

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

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

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

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

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

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

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

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