#CFF2CF

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

Shades of Blue Romance #CFF2CF

Tints of Blue Romance #CFF2CF

Color information

#CFF2CF (or 0xCFF2CF) is unknown color: approx Blue Romance. HEX triplet: CF, F2 and CF. RGB value is (207,242,207). Sum of RGB (Red+Green+Blue) = 207+242+207=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CF is #300D30. Grayscale: #E3E3E3. Windows color (decimal): -3149105 or 13628111. OLE color: 13628111.

HSL color Cylindrical-coordinate representation of color #CFF2CF: hue angle of 120º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2CF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB207242207-
CMYK0.1400.140.05
HSL120º57.38%88.04%-
HSV(B)120º14.46%94.9%-
XYZ68.7581.2771.1-
YUV227.54116.4113.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=31.55%
G=36.89%
B=31.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422070.1400.140.0512057.3888.04
HexCFF2CFE0E5783958
Octal31736231716016517071130
Binary11001111111100101100111111100111010111110001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2CF; }

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

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

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

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

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

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

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

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