#CFFACC

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

Shades of Blue Romance #CFFACC

Tints of Blue Romance #CFFACC

Color information

#CFFACC (or 0xCFFACC) is unknown color: approx Blue Romance. HEX triplet: CF, FA and CC. RGB value is (207,250,204). Sum of RGB (Red+Green+Blue) = 207+250+204=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFACC is #300533. Grayscale: #E8E8E8. Windows color (decimal): -3147060 or 13433551. OLE color: 13433551.

HSL color Cylindrical-coordinate representation of color #CFFACC: hue angle of 116.09º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFACC is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB207250204-
CMYK0.1700.180.02
HSL116.09º82.14%89.02%-
HSV(B)116.09º18.4%98.04%-
XYZ70.828669.99-
YUV231.9112.25110.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=31.32%
G=37.82%
B=30.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502040.1700.180.02116.0982.1489.02
HexCFFACC110122745259
Octal317372314210222164122131
Binary1100111111111010110011001000101001010111010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFACC; }

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

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

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

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

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

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

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

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