Html Css Color HEX #68BED4 Seagull

📋 copy color: '#68BED4'

red 104 ◦ green 190 ◦ blue 212

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

Shades of Seagull #68BED4

Tints of Seagull #68BED4

RGB

 RED value IS 104 (41.02% from 255) = 20.55%

 GREEN value IS 190 (74.61% from 255) = 37.55%

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 20.55%
G = 37.55%
B = 41.9%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68BED4 (or 0x68BED4) is known color: Seagull. HEX triplet: 68, BE and D4. RGB value is (104,190,212). Sum of RGB (Red+Green+Blue) = 104+190+212=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #68BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BED4 is #97412B. Grayscale: #A6A6A6. Windows color (decimal): -9912620 or 13942376. OLE color: 13942376.

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

Color convert

RGB 104 190 212 -
CMYK 0.51 0.10 0 0.17
HSL 192.22º 0.56% 0.62% -
HSV(B) 192.22º 0.51% 0.83% -
XYZ 36.01 44.52 68.98 -
YUV 166.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 104 190 212 0.51 0.10 0 0.17 192.22 0.56 0.62
Hex 68 BE D4 33 A 0 11 C0 38 3E
Octal 150 276 324 63 12 0 21 300 70 76
Binary 1101000 10111110 11010100 110011 1010 0 10001 11000000 111000 111110

Color Harmonies of #68BED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BED4

Black with #68BED4

Text Example


Text Example

White with #68BED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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