Html Css Color HEX #CEFACE Blue Romance

📋 copy color: '#CEFACE'

red 206 ◦ green 250 ◦ blue 206

#CEFACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #CEFACE

Tints of Blue Romance #CEFACE

RGB

 RED value IS 206 (80.86% from 255) = 31.12%

 GREEN value IS 250 (98.05% from 255) = 37.76%

 BLUE value IS 206 (80.86% from 255) = 31.12%

R = 31.12%
G = 37.76%
B = 31.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#CEFACE (or 0xCEFACE) is known color: Blue Romance. HEX triplet: CE, FA and CE. RGB value is (206,250,206). Sum of RGB (Red+Green+Blue) = 206+250+206=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFACE is #310531. Grayscale: #E7E7E7. Windows color (decimal): -3212594 or 13564622. OLE color: 13564622.

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

Color convert

RGB 206 250 206 -
CMYK 0.18 0 0.18 0.02
HSL 120º 0.81% 0.89% -
HSV(B) 120º 0.18% 0.98% -
XYZ 70.78 85.95 71.25 -
YUV 231.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 206 250 206 0.18 0 0.18 0.02 120 0.81 0.89
Hex CE FA CE 12 0 12 2 78 51 59
Octal 316 372 316 22 0 22 2 170 121 131
Binary 11001110 11111010 11001110 10010 0 10010 10 1111000 1010001 1011001

Color Harmonies of #CEFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFACE

Black with #CEFACE

Text Example


Text Example

White with #CEFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFACE; }

 p { color: rgb(206,250,206); }

 H1.HeaderClassName
 {
   color: #CEFACE;
 }
 .AnyTagClassName
 {
   color: #CEFACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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