#CFF0CB

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

Shades of Blue Romance #CFF0CB

Tints of Blue Romance #CFF0CB

Color information

#CFF0CB (or 0xCFF0CB) is unknown color: approx Blue Romance. HEX triplet: CF, F0 and CB. RGB value is (207,240,203). Sum of RGB (Red+Green+Blue) = 207+240+203=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CB is #300F34. Grayscale: #E2E2E2. Windows color (decimal): -3149621 or 13365455. OLE color: 13365455.

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

Color convert

RGB207240203-
CMYK0.1400.150.06
HSL113.51º55.22%86.86%-
HSV(B)113.51º15.42%94.12%-
XYZ67.6779.968.35-
YUV225.92115.07114.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=31.85%
G=36.92%
B=31.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402030.1400.150.06113.5155.2286.86
HexCFF0CBE0F6723757
Octal31736031316017616267127
Binary11001111111100001100101111100111111011100101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0CB; }

 p { color: rgb(207,240,203); }

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

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

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

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

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

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

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