#cfefcf

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

Shades of Blue Romance #CFEFCF

Tints of Blue Romance #CFEFCF

Color information

#CFEFCF (or 0xCFEFCF) is unknown color: approx Blue Romance. HEX triplet: CF, EF and CF. RGB value is (207,239,207). Sum of RGB (Red+Green+Blue) = 207+239+207=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFCF is #301030. Grayscale: #E1E1E1. Windows color (decimal): -3149873 or 13627343. OLE color: 13627343.

HSL color Cylindrical-coordinate representation of color #CFEFCF: hue angle of 120º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFCF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB207239207-
CMYK0.1300.130.06
HSL120º50%87.45%-
HSV(B)120º13.39%93.73%-
XYZ67.8679.570.8-
YUV225.78117.4114.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=31.70%
G=36.60%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392070.1300.130.061205087.45
HexCFEFCFD0D6783257
Octal31735731715015617062127
Binary11001111111011111100111111010110111011110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfefcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfefcf; }

 p { color: rgb(207,239,207); }

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

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

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

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

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

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

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