Html Css Color HEX #C8FAF7 Oyster Bay

📋 copy color: '#C8FAF7'

red 200 ◦ green 250 ◦ blue 247

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

Shades of Oyster Bay #C8FAF7

Tints of Oyster Bay #C8FAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.44%

R = 28.69%
G = 35.87%
B = 35.44%

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

#C8FAF7 (or 0xC8FAF7) is known color: Oyster Bay. HEX triplet: C8, FA and F7. RGB value is (200,250,247). Sum of RGB (Red+Green+Blue) = 200+250+247=697 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.69% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAF7 is #370508. Grayscale: #EAEAEA. Windows color (decimal): -3605769 or 16251592. OLE color: 16251592.

HSL color Cylindrical-coordinate representation of color #C8FAF7: hue angle of 176.4º 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 #C8FAF7 is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 247 -
CMYK 0.2 0 0.01 0.02
HSL 176.4º 0.83% 0.88% -
HSV(B) 176.4º 0.2% 0.98% -
XYZ 74.79 87.37 100.92 -
YUV 234.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 200 250 247 0.2 0 0.01 0.02 176.4 0.83 0.88
Hex C8 FA F7 14 0 1 2 B0 53 58
Octal 310 372 367 24 0 1 2 260 123 130
Binary 11001000 11111010 11110111 10100 0 1 10 10110000 1010011 1011000

Color Harmonies of #C8FAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAF7

Black with #C8FAF7

Text Example


Text Example

White with #C8FAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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