Html Css Color HEX #68BFD1 Seagull

📋 copy color: '#68BFD1'

red 104 ◦ green 191 ◦ blue 209

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

Shades of Seagull #68BFD1

Tints of Seagull #68BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 20.63%
G = 37.9%
B = 41.47%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#68BFD1 (or 0x68BFD1) is known color: Seagull. HEX triplet: 68, BF and D1. RGB value is (104,191,209). Sum of RGB (Red+Green+Blue) = 104+191+209=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #68BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFD1 is #97402E. Grayscale: #A6A6A6. Windows color (decimal): -9912367 or 13746024. OLE color: 13746024.

HSL color Cylindrical-coordinate representation of color #68BFD1: hue angle of 190.29º 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 #68BFD1 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 191 209 -
CMYK 0.50 0.09 0 0.18
HSL 190.29º 0.53% 0.61% -
HSV(B) 190.29º 0.5% 0.82% -
XYZ 35.85 44.81 67.08 -
YUV 167.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 104 191 209 0.50 0.09 0 0.18 190.29 0.53 0.61
Hex 68 BF D1 32 9 0 12 BE 35 3D
Octal 150 277 321 62 11 0 22 276 65 75
Binary 1101000 10111111 11010001 110010 1001 0 10010 10111110 110101 111101

Color Harmonies of #68BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFD1

Black with #68BFD1

Text Example


Text Example

White with #68BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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