Html Css Color HEX #CEF9CF Blue Romance

📋 copy color: '#CEF9CF'

red 206 ◦ green 249 ◦ blue 207

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

Shades of Blue Romance #CEF9CF

Tints of Blue Romance #CEF9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.61%

 BLUE value IS 207 (81.25% from 255) = 31.27%

R = 31.12%
G = 37.61%
B = 31.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#CEF9CF (or 0xCEF9CF) is known color: Blue Romance. HEX triplet: CE, F9 and CF. RGB value is (206,249,207). Sum of RGB (Red+Green+Blue) = 206+249+207=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9CF is #310630. Grayscale: #E7E7E7. Windows color (decimal): -3212849 or 13629902. OLE color: 13629902.

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

Color convert

RGB 206 249 207 -
CMYK 0.17 0 0.17 0.02
HSL 121.4º 0.78% 0.89% -
HSV(B) 121.4º 0.17% 0.98% -
XYZ 70.59 85.38 71.79 -
YUV 231.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 206 249 207 0.17 0 0.17 0.02 121.4 0.78 0.89
Hex CE F9 CF 11 0 11 2 79 4E 59
Octal 316 371 317 21 0 21 2 171 116 131
Binary 11001110 11111001 11001111 10001 0 10001 10 1111001 1001110 1011001

Color Harmonies of #CEF9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9CF

Black with #CEF9CF

Text Example


Text Example

White with #CEF9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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