Html Css Color HEX #C8FCF8 Oyster Bay

📋 copy color: '#C8FCF8'

red 200 ◦ green 252 ◦ blue 248

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

Shades of Oyster Bay #C8FCF8

Tints of Oyster Bay #C8FCF8

RGB

 RED value IS 200 (78.52% from 255) = 28.57%

 GREEN value IS 252 (98.83% from 255) = 36%

 BLUE value IS 248 (97.27% from 255) = 35.43%

R = 28.57%
G = 36%
B = 35.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#C8FCF8 (or 0xC8FCF8) is known color: Oyster Bay. HEX triplet: C8, FC and F8. RGB value is (200,252,248). Sum of RGB (Red+Green+Blue) = 200+252+248=700 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.57% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FCF8 is #370307. Grayscale: #EBEBEB. Windows color (decimal): -3605256 or 16317640. OLE color: 16317640.

HSL color Cylindrical-coordinate representation of color #C8FCF8: hue angle of 175.38º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCF8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 252 248 -
CMYK 0.21 0 0.02 0.01
HSL 175.38º 0.9% 0.89% -
HSV(B) 175.38º 0.21% 0.99% -
XYZ 75.57 88.68 101.94 -
YUV 236 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 200 252 248 0.21 0 0.02 0.01 175.38 0.9 0.89
Hex C8 FC F8 15 0 2 1 AF 5A 59
Octal 310 374 370 25 0 2 1 257 132 131
Binary 11001000 11111100 11111000 10101 0 10 1 10101111 1011010 1011001

Color Harmonies of #C8FCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FCF8

Black with #C8FCF8

Text Example


Text Example

White with #C8FCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FCF8; }

 p { color: rgb(200,252,248); }

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

background-color css

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

 a { background-color: rgb(200,252,248); }

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

border-color css

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

 span { border-color: rgb(200,252,248); }

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