#68BFD0

Color #68BFD0 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #68BFD0

Tints of Seagull #68BFD0

Color information

#68BFD0 (or 0x68BFD0) is unknown color: approx Seagull. HEX triplet: 68, BF and D0. RGB value is (104,191,208). Sum of RGB (Red+Green+Blue) = 104+191+208=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #68BFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFD0 is #97402F. Grayscale: #A6A6A6. Windows color (decimal): -9912368 or 13680488. OLE color: 13680488.

HSL color Cylindrical-coordinate representation of color #68BFD0: hue angle of 189.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68BFD0 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104191208-
CMYK0.50.0800.18
HSL189.81º52.53%61.18%-
HSV(B)189.81º50%81.57%-
XYZ35.7244.7666.43-
YUV166.92151.1883.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.68%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=20.68%
G=37.97%
B=41.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041912080.50.0800.18189.8152.5361.18
Hex68BFD0328012be353d
Octal15027732062100222766575
Binary11010001011111111010000110010100001001010111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BFD0; }

 p { color: rgb(104,191,208); }

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

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

 a { background-color: rgb(104,191,208); }

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

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

 span { border-color: rgb(104,191,208); }

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