#CEF8CF

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

Shades of Blue Romance #CEF8CF

Tints of Blue Romance #CEF8CF

Color information

#CEF8CF (or 0xCEF8CF) is unknown color: approx Blue Romance. HEX triplet: CE, F8 and CF. RGB value is (206,248,207). Sum of RGB (Red+Green+Blue) = 206+248+207=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8CF is #310730. Grayscale: #E6E6E6. Windows color (decimal): -3213105 or 13629646. OLE color: 13629646.

HSL color Cylindrical-coordinate representation of color #CEF8CF: hue angle of 121.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8CF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB206248207-
CMYK0.1700.170.03
HSL121.43º75%89.02%-
HSV(B)121.43º16.94%97.25%-
XYZ70.2884.7671.69-
YUV230.77114.59110.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=31.16%
G=37.52%
B=31.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482070.1700.170.03121.437589.02
HexCEF8CF110113794b59
Octal316370317210213171113131
Binary1100111011111000110011111000101000111111100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8CF; }

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

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

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

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

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

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

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

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