#CFFECC

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

Shades of Blue Romance #CFFECC

Tints of Blue Romance #CFFECC

Color information

#CFFECC (or 0xCFFECC) is unknown color: approx Blue Romance. HEX triplet: CF, FE and CC. RGB value is (207,254,204). Sum of RGB (Red+Green+Blue) = 207+254+204=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFECC is #300133. Grayscale: #EAEAEA. Windows color (decimal): -3146036 or 13434575. OLE color: 13434575.

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

Color convert

RGB207254204-
CMYK0.1900.200.00
HSL116.4º96.15%89.8%-
HSV(B)116.4º19.69%99.61%-
XYZ72.0788.5170.41-
YUV234.25110.93108.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=31.13%
G=38.20%
B=30.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072542040.1900.200.00116.496.1589.8
HexCFFECC13014074605a
Octal317376314230240164140132
Binary110011111111111011001100100110101000111010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFECC; }

 p { color: rgb(207,254,204); }

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

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

 a { background-color: rgb(207,254,204); }

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

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

 span { border-color: rgb(207,254,204); }

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