Html Css Color HEX #CEEECA Blue Romance

📋 copy color: '#CEEECA'

red 206 ◦ green 238 ◦ blue 202

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

Shades of Blue Romance #CEEECA

Tints of Blue Romance #CEEECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.84%

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

R = 31.89%
G = 36.84%
B = 31.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CEEECA (or 0xCEEECA) is known color: Blue Romance. HEX triplet: CE, EE and CA. RGB value is (206,238,202). Sum of RGB (Red+Green+Blue) = 206+238+202=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEECA is #311135. Grayscale: #E0E0E0. Windows color (decimal): -3215670 or 13299406. OLE color: 13299406.

HSL color Cylindrical-coordinate representation of color #CEEECA: hue angle of 113.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEECA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 202 -
CMYK 0.13 0 0.15 0.07
HSL 113.33º 0.51% 0.86% -
HSV(B) 113.33º 0.15% 0.93% -
XYZ 66.69 78.54 67.52 -
YUV 224.33 115.4 114.93 -
System Red Green Blue C M Y K H S L
Decimal 206 238 202 0.13 0 0.15 0.07 113.33 0.51 0.86
Hex CE EE CA D 0 F 7 71 33 56
Octal 316 356 312 15 0 17 7 161 63 126
Binary 11001110 11101110 11001010 1101 0 1111 111 1110001 110011 1010110

Color Harmonies of #CEEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEECA

Black with #CEEECA

Text Example


Text Example

White with #CEEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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