#68BCD4

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

Shades of Seagull #68BCD4

Tints of Seagull #68BCD4

Color information

#68BCD4 (or 0x68BCD4) is unknown color: approx Seagull. HEX triplet: 68, BC and D4. RGB value is (104,188,212). Sum of RGB (Red+Green+Blue) = 104+188+212=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #68BCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCD4 is #97432B. Grayscale: #A5A5A5. Windows color (decimal): -9913132 or 13941864. OLE color: 13941864.

HSL color Cylindrical-coordinate representation of color #68BCD4: hue angle of 193.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BCD4 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB104188212-
CMYK0.510.1100.17
HSL193.33º55.67%61.96%-
HSV(B)193.33º50.94%83.14%-
XYZ35.5843.6668.84-
YUV165.62154.1784.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=20.63%
G=37.30%
B=42.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1041882120.510.1100.17193.3355.6761.96
Hex68BCD433B011c1383e
Octal15027432463130213017076
Binary11010001011110011010100110011101101000111000001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,188,212); }

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

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

 a { background-color: rgb(104,188,212); }

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

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

 span { border-color: rgb(104,188,212); }

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