Html Css Color HEX #C6FAFA Oyster Bay

📋 copy color: '#C6FAFA'

red 198 ◦ green 250 ◦ blue 250

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

Shades of Oyster Bay #C6FAFA

Tints of Oyster Bay #C6FAFA

RGB

 RED value IS 198 (77.73% from 255) = 28.37%

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

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

R = 28.37%
G = 35.82%
B = 35.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6FAFA (or 0xC6FAFA) is known color: Oyster Bay. HEX triplet: C6, FA and FA. RGB value is (198,250,250). Sum of RGB (Red+Green+Blue) = 198+250+250=698 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.37% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C6FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAFA is #390505. Grayscale: #EAEAEA. Windows color (decimal): -3736838 or 16448198. OLE color: 16448198.

HSL color Cylindrical-coordinate representation of color #C6FAFA: 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.21%. Process color model (Four color, CMYK) of #C6FAFA is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 250 250 -
CMYK 0.21 0 0 0.02
HSL 180º 0.84% 0.88% -
HSV(B) 180º 0.21% 0.98% -
XYZ 74.73 87.28 103.35 -
YUV 234.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 198 250 250 0.21 0 0 0.02 180 0.84 0.88
Hex C6 FA FA 15 0 0 2 B4 54 58
Octal 306 372 372 25 0 0 2 264 124 130
Binary 11000110 11111010 11111010 10101 0 0 10 10110100 1010100 1011000

Color Harmonies of #C6FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAFA

Black with #C6FAFA

Text Example


Text Example

White with #C6FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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