#CFF9CC

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

Shades of Blue Romance #CFF9CC

Tints of Blue Romance #CFF9CC

Color information

#CFF9CC (or 0xCFF9CC) is unknown color: approx Blue Romance. HEX triplet: CF, F9 and CC. RGB value is (207,249,204). Sum of RGB (Red+Green+Blue) = 207+249+204=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9CC is #300633. Grayscale: #E7E7E7. Windows color (decimal): -3147316 or 13433295. OLE color: 13433295.

HSL color Cylindrical-coordinate representation of color #CFF9CC: hue angle of 116º degrees, saturation: 0.79, 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 #CFF9CC is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB207249204-
CMYK0.1700.180.02
HSL116º78.95%88.82%-
HSV(B)116º18.07%97.65%-
XYZ70.5185.3869.89-
YUV231.31112.59110.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=31.36%
G=37.73%
B=30.91%

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
Decimal2072492040.1700.180.0211678.9588.82
HexCFF9CC110122744f59
Octal317371314210222164117131
Binary1100111111111001110011001000101001010111010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9CC; }

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

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

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

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

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

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

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

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