Html Css Color HEX #C9FAFA Oyster Bay

📋 copy color: '#C9FAFA'

red 201 ◦ green 250 ◦ blue 250

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

Shades of Oyster Bay #C9FAFA

Tints of Oyster Bay #C9FAFA

RGB

 RED value IS 201 (78.91% from 255) = 28.67%

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

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

R = 28.67%
G = 35.66%
B = 35.66%

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

#C9FAFA (or 0xC9FAFA) is known color: Oyster Bay. HEX triplet: C9, FA and FA. RGB value is (201,250,250). Sum of RGB (Red+Green+Blue) = 201+250+250=701 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C9FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAFA is #360505. Grayscale: #EBEBEB. Windows color (decimal): -3540230 or 16448201. OLE color: 16448201.

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

Color convert

RGB 201 250 250 -
CMYK 0.20 0 0 0.02
HSL 180º 0.83% 0.88% -
HSV(B) 180º 0.2% 0.98% -
XYZ 75.53 87.69 103.39 -
YUV 235.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 201 250 250 0.20 0 0 0.02 180 0.83 0.88
Hex C9 FA FA 14 0 0 2 B4 53 58
Octal 311 372 372 24 0 0 2 264 123 130
Binary 11001001 11111010 11111010 10100 0 0 10 10110100 1010011 1011000

Color Harmonies of #C9FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FAFA

Black with #C9FAFA

Text Example


Text Example

White with #C9FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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