#CFF3F3

Color #CFF3F3 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CFF3F3

Tints of Oyster Bay #CFF3F3

Color information

#CFF3F3 (or 0xCFF3F3) is unknown color: approx Oyster Bay. HEX triplet: CF, F3 and F3. RGB value is (207,243,243). Sum of RGB (Red+Green+Blue) = 207+243+243=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #CFF3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3F3 is #300C0C. Grayscale: #E8E8E8. Windows color (decimal): -3148813 or 15987663. OLE color: 15987663.

HSL color Cylindrical-coordinate representation of color #CFF3F3: hue angle of 180º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3F3 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207243243-
CMYK0.15000.05
HSL180º60%88.24%-
HSV(B)180º14.81%95.29%-
XYZ73.9683.8497.08-
YUV232.24134.07110-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.87%
GREEN value IS 243 (95.31% from 255) = 35.06%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=29.87%
G=35.06%
B=35.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072432430.15000.051806088.24
HexCFF3F3F005b43c58
Octal3173633631700526474130
Binary110011111111001111110011111100101101101001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3F3; }

 p { color: rgb(207,243,243); }

 H1.HeaderClassName
 {
   color: #CFF3F3;
 }
 .AnyTagClassName
 {
   color: #CFF3F3;
 }
</style>
background-color css

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

 a { background-color: rgb(207,243,243); }

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

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

 span { border-color: rgb(207,243,243); }

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