#CEFBCA

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

Shades of Blue Romance #CEFBCA

Tints of Blue Romance #CEFBCA

Color information

#CEFBCA (or 0xCEFBCA) is unknown color: approx Blue Romance. HEX triplet: CE, FB and CA. RGB value is (206,251,202). Sum of RGB (Red+Green+Blue) = 206+251+202=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBCA is #310435. Grayscale: #E8E8E8. Windows color (decimal): -3212342 or 13302734. OLE color: 13302734.

HSL color Cylindrical-coordinate representation of color #CEFBCA: hue angle of 115.1º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEFBCA is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB206251202-
CMYK0.1800.200.02
HSL115.1º85.96%88.82%-
HSV(B)115.1º19.52%98.43%-
XYZ70.6186.3868.83-
YUV231.96111.09109.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=31.26%
G=38.09%
B=30.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512020.1800.200.02115.185.9688.82
HexCEFBCA120142735659
Octal316373312220242163126131
Binary1100111011111011110010101001001010010111001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBCA; }

 p { color: rgb(206,251,202); }

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

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

 a { background-color: rgb(206,251,202); }

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

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

 span { border-color: rgb(206,251,202); }

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