#CAEEC9

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

Shades of Blue Romance #CAEEC9

Tints of Blue Romance #CAEEC9

Color information

#CAEEC9 (or 0xCAEEC9) is unknown color: approx Blue Romance. HEX triplet: CA, EE and C9. RGB value is (202,238,201). Sum of RGB (Red+Green+Blue) = 202+238+201=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC9 is #351136. Grayscale: #DFDFDF. Windows color (decimal): -3477815 or 13233866. OLE color: 13233866.

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

Color convert

RGB202238201-
CMYK0.1500.160.07
HSL118.38º52.11%86.08%-
HSV(B)118.38º15.55%93.33%-
XYZ65.4777.9266.85-
YUV223.02115.57113.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=31.51%
G=37.13%
B=31.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382010.1500.160.07118.3852.1186.08
HexCAEEC9F0107763456
Octal31235631117020716664126
Binary110010101110111011001001111101000011111101101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC9; }

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

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

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

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

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

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

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

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