#68BDD4

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

Shades of Seagull #68BDD4

Tints of Seagull #68BDD4

Color information

#68BDD4 (or 0x68BDD4) is unknown color: approx Seagull. HEX triplet: 68, BD and D4. RGB value is (104,189,212). Sum of RGB (Red+Green+Blue) = 104+189+212=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #68BDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDD4 is #97422B. Grayscale: #A6A6A6. Windows color (decimal): -9912876 or 13942120. OLE color: 13942120.

HSL color Cylindrical-coordinate representation of color #68BDD4: hue angle of 192.78º 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 #68BDD4 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB104189212-
CMYK0.510.1100.17
HSL192.78º55.67%61.96%-
HSV(B)192.78º50.94%83.14%-
XYZ35.7944.0968.91-
YUV166.21153.8483.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.59%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=20.59%
G=37.43%
B=41.98%

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
Decimal1041892120.510.1100.17192.7855.6761.96
Hex68BDD433B011c1383e
Octal15027532463130213017076
Binary11010001011110111010100110011101101000111000001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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