Html Css Color HEX #CCEEEE Oyster Bay

📋 copy color: '#CCEEEE'

red 204 ◦ green 238 ◦ blue 238

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

Shades of Oyster Bay #CCEEEE

Tints of Oyster Bay #CCEEEE

RGB

 RED value IS 204 (80.08% from 255) = 30%

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

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

R = 30%
G = 35%
B = 35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCEEEE (or 0xCCEEEE) is known color: Oyster Bay. HEX triplet: CC, EE and EE. RGB value is (204,238,238). Sum of RGB (Red+Green+Blue) = 204+238+238=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #CCEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEEE is #331111. Grayscale: #E3E3E3. Windows color (decimal): -3346706 or 15658700. OLE color: 15658700.

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

Color convert

RGB 204 238 238 -
CMYK 0.14 0 0 0.07
HSL 180º 0.5% 0.87% -
HSV(B) 180º 0.14% 0.93% -
XYZ 70.91 80.16 92.62 -
YUV 227.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 204 238 238 0.14 0 0 0.07 180 0.5 0.87
Hex CC EE EE E 0 0 7 B4 32 57
Octal 314 356 356 16 0 0 7 264 62 127
Binary 11001100 11101110 11101110 1110 0 0 111 10110100 110010 1010111

Color Harmonies of #CCEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEEE

Black with #CCEEEE

Text Example


Text Example

White with #CCEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEEE; }

 p { color: rgb(204,238,238); }

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

background-color css

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

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

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

border-color css

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

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

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