Html Css Color HEX #CEEAEB Oyster Bay

📋 copy color: '#CEEAEB'

red 206 ◦ green 234 ◦ blue 235

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

Shades of Oyster Bay #CEEAEB

Tints of Oyster Bay #CEEAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.67%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 30.52%
G = 34.67%
B = 34.81%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEEAEB (or 0xCEEAEB) is known color: Oyster Bay. HEX triplet: CE, EA and EB. RGB value is (206,234,235). Sum of RGB (Red+Green+Blue) = 206+234+235=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAEB is #311514. Grayscale: #E1E1E1. Windows color (decimal): -3216661 or 15461070. OLE color: 15461070.

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

Color convert

RGB 206 234 235 -
CMYK 0.12 0.00 0 0.08
HSL 182.07º 0.42% 0.86% -
HSV(B) 182.07º 0.12% 0.92% -
XYZ 69.87 77.97 89.96 -
YUV 225.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 206 234 235 0.12 0.00 0 0.08 182.07 0.42 0.86
Hex CE EA EB C 0 0 8 B6 2A 56
Octal 316 352 353 14 0 0 10 266 52 126
Binary 11001110 11101010 11101011 1100 0 0 1000 10110110 101010 1010110

Color Harmonies of #CEEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAEB

Black with #CEEAEB

Text Example


Text Example

White with #CEEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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