#CAEAC9

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

Shades of Blue Romance #CAEAC9

Tints of Blue Romance #CAEAC9

Color information

#CAEAC9 (or 0xCAEAC9) is unknown color: approx Blue Romance. HEX triplet: CA, EA and C9. RGB value is (202,234,201). Sum of RGB (Red+Green+Blue) = 202+234+201=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC9 is #351536. Grayscale: #DCDCDC. Windows color (decimal): -3478839 or 13232842. OLE color: 13232842.

HSL color Cylindrical-coordinate representation of color #CAEAC9: hue angle of 118.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAC9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB202234201-
CMYK0.1400.140.08
HSL118.18º44%85.29%-
HSV(B)118.18º14.1%91.76%-
XYZ64.3275.6266.46-
YUV220.67116.9114.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=31.71%
G=36.73%
B=31.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022342010.1400.140.08118.184485.29
HexCAEAC9E0E8762c55
Octal312352311160161016654125
Binary110010101110101011001001111001110100011101101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAC9; }

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

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

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

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

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

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

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

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