#CAFEC7

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

Shades of Blue Romance #CAFEC7

Tints of Blue Romance #CAFEC7

Color information

#CAFEC7 (or 0xCAFEC7) is unknown color: approx Blue Romance. HEX triplet: CA, FE and C7. RGB value is (202,254,199). Sum of RGB (Red+Green+Blue) = 202+254+199=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC7 is #350138. Grayscale: #E8E8E8. Windows color (decimal): -3473721 or 13106890. OLE color: 13106890.

HSL color Cylindrical-coordinate representation of color #CAFEC7: hue angle of 116.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB202254199-
CMYK0.2000.220.00
HSL116.73º96.49%88.82%-
HSV(B)116.73º21.65%99.61%-
XYZ70.1187.5667.24-
YUV232.18109.27106.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=30.84%
G=38.78%
B=30.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541990.2000.220.00116.7396.4988.82
HexCAFEC7140160756059
Octal312376307240260165140131
Binary110010101111111011000111101000101100111010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEC7; }

 p { color: rgb(202,254,199); }

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

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

 a { background-color: rgb(202,254,199); }

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

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

 span { border-color: rgb(202,254,199); }

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