#CAEEC8

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

Shades of Blue Romance #CAEEC8

Tints of Blue Romance #CAEEC8

Color information

#CAEEC8 (or 0xCAEEC8) is unknown color: approx Blue Romance. HEX triplet: CA, EE and C8. RGB value is (202,238,200). Sum of RGB (Red+Green+Blue) = 202+238+200=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC8 is #351137. Grayscale: #DFDFDF. Windows color (decimal): -3477816 or 13168330. OLE color: 13168330.

HSL color Cylindrical-coordinate representation of color #CAEEC8: hue angle of 116.84º degrees, saturation: 0.53, 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 #CAEEC8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB202238200-
CMYK0.1500.160.07
HSL116.84º52.78%85.88%-
HSV(B)116.84º15.97%93.33%-
XYZ65.3677.8866.23-
YUV222.9115.07113.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=31.56%
G=37.19%
B=31.25%

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
Decimal2022382000.1500.160.07116.8452.7885.88
HexCAEEC8F0107753556
Octal31235631017020716565126
Binary110010101110111011001000111101000011111101011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC8; }

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

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

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

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

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

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

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

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