#CAECC9

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

Shades of Blue Romance #CAECC9

Tints of Blue Romance #CAECC9

Color information

#CAECC9 (or 0xCAECC9) is unknown color: approx Blue Romance. HEX triplet: CA, EC and C9. RGB value is (202,236,201). Sum of RGB (Red+Green+Blue) = 202+236+201=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECC9 is #351336. Grayscale: #DDDDDD. Windows color (decimal): -3478327 or 13233354. OLE color: 13233354.

HSL color Cylindrical-coordinate representation of color #CAECC9: hue angle of 118.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAECC9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB202236201-
CMYK0.1400.150.07
HSL118.29º47.95%85.69%-
HSV(B)118.29º14.83%92.55%-
XYZ64.976.7666.66-
YUV221.84116.24113.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 201 (78.91% from 255) = 31.46%
R=31.61%
G=36.93%
B=31.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362010.1400.150.07118.2947.9585.69
HexCAECC9E0F7763056
Octal31235431116017716660126
Binary11001010111011001100100111100111111111101101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECC9; }

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

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

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

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

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

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

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

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