Html Css Color HEX #CEF8CA Blue Romance

📋 copy color: '#CEF8CA'

red 206 ◦ green 248 ◦ blue 202

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

Shades of Blue Romance #CEF8CA

Tints of Blue Romance #CEF8CA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.8%

 BLUE value IS 202 (79.3% from 255) = 30.79%

R = 31.4%
G = 37.8%
B = 30.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#CEF8CA (or 0xCEF8CA) is known color: Blue Romance. HEX triplet: CE, F8 and CA. RGB value is (206,248,202). Sum of RGB (Red+Green+Blue) = 206+248+202=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8CA is #310735. Grayscale: #E6E6E6. Windows color (decimal): -3213110 or 13301966. OLE color: 13301966.

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

Color convert

RGB 206 248 202 -
CMYK 0.17 0 0.19 0.03
HSL 114.78º 0.77% 0.88% -
HSV(B) 114.78º 0.19% 0.97% -
XYZ 69.68 84.52 68.52 -
YUV 230.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 206 248 202 0.17 0 0.19 0.03 114.78 0.77 0.88
Hex CE F8 CA 11 0 13 3 73 4D 58
Octal 316 370 312 21 0 23 3 163 115 130
Binary 11001110 11111000 11001010 10001 0 10011 11 1110011 1001101 1011000

Color Harmonies of #CEF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF8CA

Black with #CEF8CA

Text Example


Text Example

White with #CEF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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