#CEFECF

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

Shades of Blue Romance #CEFECF

Tints of Blue Romance #CEFECF

Color information

#CEFECF (or 0xCEFECF) is unknown color: approx Blue Romance. HEX triplet: CE, FE and CF. RGB value is (206,254,207). Sum of RGB (Red+Green+Blue) = 206+254+207=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFECF is #310130. Grayscale: #EAEAEA. Windows color (decimal): -3211569 or 13631182. OLE color: 13631182.

HSL color Cylindrical-coordinate representation of color #CEFECF: hue angle of 121.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFECF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB206254207-
CMYK0.1900.190.00
HSL121.25º96%90.2%-
HSV(B)121.25º18.9%99.61%-
XYZ72.1688.5172.31-
YUV234.29112.6107.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 207 (81.25% from 255) = 31.03%
R=30.88%
G=38.08%
B=31.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542070.1900.190.00121.259690.2
HexCEFECF13013079605a
Octal316376317230230171140132
Binary110011101111111011001111100110100110111100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFECF; }

 p { color: rgb(206,254,207); }

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

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

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

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

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

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

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