Html Css Color HEX #C8FAF8 Oyster Bay

📋 copy color: '#C8FAF8'

red 200 ◦ green 250 ◦ blue 248

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

Shades of Oyster Bay #C8FAF8

Tints of Oyster Bay #C8FAF8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.82%

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

R = 28.65%
G = 35.82%
B = 35.53%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#C8FAF8 (or 0xC8FAF8) is known color: Oyster Bay. HEX triplet: C8, FA and F8. RGB value is (200,250,248). Sum of RGB (Red+Green+Blue) = 200+250+248=698 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.65% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAF8 is #370507. Grayscale: #EAEAEA. Windows color (decimal): -3605768 or 16317128. OLE color: 16317128.

HSL color Cylindrical-coordinate representation of color #C8FAF8: hue angle of 177.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAF8 is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 248 -
CMYK 0.2 0 0.01 0.02
HSL 177.6º 0.83% 0.88% -
HSV(B) 177.6º 0.2% 0.98% -
XYZ 74.95 87.43 101.73 -
YUV 234.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 200 250 248 0.2 0 0.01 0.02 177.6 0.83 0.88
Hex C8 FA F8 14 0 1 2 B2 53 58
Octal 310 372 370 24 0 1 2 262 123 130
Binary 11001000 11111010 11111000 10100 0 1 10 10110010 1010011 1011000

Color Harmonies of #C8FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAF8

Black with #C8FAF8

Text Example


Text Example

White with #C8FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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