Html Css Color HEX #CEEECB Blue Romance

📋 copy color: '#CEEECB'

red 206 ◦ green 238 ◦ blue 203

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

Shades of Blue Romance #CEEECB

Tints of Blue Romance #CEEECB

RGB

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

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

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

R = 31.84%
G = 36.79%
B = 31.38%

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

#CEEECB (or 0xCEEECB) is known color: Blue Romance. HEX triplet: CE, EE and CB. RGB value is (206,238,203). Sum of RGB (Red+Green+Blue) = 206+238+203=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEECB is #311134. Grayscale: #E0E0E0. Windows color (decimal): -3215669 or 13364942. OLE color: 13364942.

HSL color Cylindrical-coordinate representation of color #CEEECB: hue angle of 114.86º 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 #CEEECB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 203 -
CMYK 0.13 0 0.15 0.07
HSL 114.86º 0.51% 0.86% -
HSV(B) 114.86º 0.15% 0.93% -
XYZ 66.81 78.58 68.15 -
YUV 224.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 206 238 203 0.13 0 0.15 0.07 114.86 0.51 0.86
Hex CE EE CB D 0 F 7 73 33 56
Octal 316 356 313 15 0 17 7 163 63 126
Binary 11001110 11101110 11001011 1101 0 1111 111 1110011 110011 1010110

Color Harmonies of #CEEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEECB

Black with #CEEECB

Text Example


Text Example

White with #CEEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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