#CAECFF

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

Shades of Pattens Blue #CAECFF

Tints of Pattens Blue #CAECFF

Color information

#CAECFF (or 0xCAECFF) is unknown color: approx Pattens Blue. HEX triplet: CA, EC and FF. RGB value is (202,236,255). Sum of RGB (Red+Green+Blue) = 202+236+255=693 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.15% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECFF is #351300. Grayscale: #E3E3E3. Windows color (decimal): -3478273 or 16772298. OLE color: 16772298.

HSL color Cylindrical-coordinate representation of color #CAECFF: hue angle of 201.51º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAECFF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202236255-
CMYK0.210.0700
HSL201.51º100%89.61%-
HSV(B)201.51º20.78%100%-
XYZ72.479.77106.19-
YUV228143.24109.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.15%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 36.80%
R=29.15%
G=34.05%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022362550.210.0700201.5110089.61
HexCAECFF15700ca645a
Octal31235437725700312144132
Binary11001010111011001111111110101111001100101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECFF; }

 p { color: rgb(202,236,255); }

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

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

 a { background-color: rgb(202,236,255); }

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

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

 span { border-color: rgb(202,236,255); }

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