Html Css Color HEX #C7FAFA Oyster Bay

📋 copy color: '#C7FAFA'

red 199 ◦ green 250 ◦ blue 250

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

Shades of Oyster Bay #C7FAFA

Tints of Oyster Bay #C7FAFA

RGB

 RED value IS 199 (78.13% from 255) = 28.47%

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

 BLUE value IS 250 (98.05% from 255) = 35.77%

R = 28.47%
G = 35.77%
B = 35.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7FAFA (or 0xC7FAFA) is known color: Oyster Bay. HEX triplet: C7, FA and FA. RGB value is (199,250,250). Sum of RGB (Red+Green+Blue) = 199+250+250=699 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.47% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C7FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAFA is #380505. Grayscale: #EAEAEA. Windows color (decimal): -3671302 or 16448199. OLE color: 16448199.

HSL color Cylindrical-coordinate representation of color #C7FAFA: hue angle of 180º degrees, saturation: 0.84, 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 #C7FAFA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 250 250 -
CMYK 0.20 0 0 0.02
HSL 180º 0.84% 0.88% -
HSV(B) 180º 0.2% 0.98% -
XYZ 74.99 87.42 103.36 -
YUV 234.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 199 250 250 0.20 0 0 0.02 180 0.84 0.88
Hex C7 FA FA 14 0 0 2 B4 54 58
Octal 307 372 372 24 0 0 2 264 124 130
Binary 11000111 11111010 11111010 10100 0 0 10 10110100 1010100 1011000

Color Harmonies of #C7FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FAFA

Black with #C7FAFA

Text Example


Text Example

White with #C7FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FAFA; }

 p { color: rgb(199,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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