#CFF6CB

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

Shades of Blue Romance #CFF6CB

Tints of Blue Romance #CFF6CB

Color information

#CFF6CB (or 0xCFF6CB) is unknown color: approx Blue Romance. HEX triplet: CF, F6 and CB. RGB value is (207,246,203). Sum of RGB (Red+Green+Blue) = 207+246+203=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6CB is #300934. Grayscale: #E5E5E5. Windows color (decimal): -3148085 or 13366991. OLE color: 13366991.

HSL color Cylindrical-coordinate representation of color #CFF6CB: hue angle of 114.42º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF6CB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB207246203-
CMYK0.1600.170.04
HSL114.42º70.49%88.04%-
HSV(B)114.42º17.48%96.47%-
XYZ69.4783.4968.95-
YUV229.44113.08112-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 246 (96.48% from 255) = 37.5%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=31.55%
G=37.5%
B=30.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072462030.1600.170.04114.4270.4988.04
HexCFF6CB100114724658
Octal317366313200214162106130
Binary11001111111101101100101110000010001100111001010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6CB; }

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

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

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

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

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

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

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

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