Html Css Color HEX #CEEBCB Blue Romance

📋 copy color: '#CEEBCB'

red 206 ◦ green 235 ◦ blue 203

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

Shades of Blue Romance #CEEBCB

Tints of Blue Romance #CEEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.49%

 BLUE value IS 203 (79.69% from 255) = 31.52%

R = 31.99%
G = 36.49%
B = 31.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#CEEBCB (or 0xCEEBCB) is known color: Blue Romance. HEX triplet: CE, EB and CB. RGB value is (206,235,203). Sum of RGB (Red+Green+Blue) = 206+235+203=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBCB is #311434. Grayscale: #DEDEDE. Windows color (decimal): -3216437 or 13364174. OLE color: 13364174.

HSL color Cylindrical-coordinate representation of color #CEEBCB: hue angle of 114.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEBCB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 203 -
CMYK 0.12 0 0.14 0.08
HSL 114.38º 0.44% 0.86% -
HSV(B) 114.38º 0.14% 0.92% -
XYZ 65.94 76.85 67.86 -
YUV 222.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 206 235 203 0.12 0 0.14 0.08 114.38 0.44 0.86
Hex CE EB CB C 0 E 8 72 2C 56
Octal 316 353 313 14 0 16 10 162 54 126
Binary 11001110 11101011 11001011 1100 0 1110 1000 1110010 101100 1010110

Color Harmonies of #CEEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBCB

Black with #CEEBCB

Text Example


Text Example

White with #CEEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBCB; }

 p { color: rgb(206,235,203); }

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

background-color css

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

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

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

border-color css

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

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

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