Html Css Color HEX #CEEBA3 Reef

📋 copy color: '#CEEBA3'

red 206 ◦ green 235 ◦ blue 163

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

Shades of Reef #CEEBA3

Tints of Reef #CEEBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.99%

R = 34.11%
G = 38.91%
B = 26.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#CEEBA3 (or 0xCEEBA3) is known color: Reef. HEX triplet: CE, EB and A3. RGB value is (206,235,163). Sum of RGB (Red+Green+Blue) = 206+235+163=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA3 is #31145C. Grayscale: #DADADA. Windows color (decimal): -3216477 or 10742734. OLE color: 10742734.

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

Color convert

RGB 206 235 163 -
CMYK 0.12 0 0.31 0.08
HSL 84.17º 0.64% 0.78% -
HSV(B) 84.17º 0.31% 0.92% -
XYZ 61.77 75.18 45.91 -
YUV 218.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 206 235 163 0.12 0 0.31 0.08 84.17 0.64 0.78
Hex CE EB A3 C 0 1F 8 54 40 4E
Octal 316 353 243 14 0 37 10 124 100 116
Binary 11001110 11101011 10100011 1100 0 11111 1000 1010100 1000000 1001110

Color Harmonies of #CEEBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBA3

Black with #CEEBA3

Text Example


Text Example

White with #CEEBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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