Html Css Color HEX #CEEDEE Oyster Bay

📋 copy color: '#CEEDEE'

red 206 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #CEEDEE

Tints of Oyster Bay #CEEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.8%

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 30.25%
G = 34.8%
B = 34.95%

CMYK

 C value IS 0.13

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEEDEE (or 0xCEEDEE) is known color: Oyster Bay. HEX triplet: CE, ED and EE. RGB value is (206,237,238). Sum of RGB (Red+Green+Blue) = 206+237+238=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEE is #311211. Grayscale: #E3E3E3. Windows color (decimal): -3215890 or 15658446. OLE color: 15658446.

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

Color convert

RGB 206 237 238 -
CMYK 0.13 0.00 0 0.07
HSL 181.88º 0.48% 0.87% -
HSV(B) 181.88º 0.13% 0.93% -
XYZ 71.17 79.86 92.55 -
YUV 227.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 206 237 238 0.13 0.00 0 0.07 181.88 0.48 0.87
Hex CE ED EE D 0 0 7 B6 30 57
Octal 316 355 356 15 0 0 7 266 60 127
Binary 11001110 11101101 11101110 1101 0 0 111 10110110 110000 1010111

Color Harmonies of #CEEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEDEE

Black with #CEEDEE

Text Example


Text Example

White with #CEEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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