Html Css Color HEX #68BACF Seagull

📋 copy color: '#68BACF'

red 104 ◦ green 186 ◦ blue 207

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

Shades of Seagull #68BACF

Tints of Seagull #68BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 20.93%
G = 37.42%
B = 41.65%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68BACF (or 0x68BACF) is known color: Seagull. HEX triplet: 68, BA and CF. RGB value is (104,186,207). Sum of RGB (Red+Green+Blue) = 104+186+207=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #68BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BACF is #974530. Grayscale: #A3A3A3. Windows color (decimal): -9913649 or 13613672. OLE color: 13613672.

HSL color Cylindrical-coordinate representation of color #68BACF: hue angle of 192.23º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68BACF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 186 207 -
CMYK 0.50 0.10 0 0.19
HSL 192.23º 0.52% 0.61% -
HSV(B) 192.23º 0.5% 0.81% -
XYZ 34.53 42.57 65.43 -
YUV 163.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 104 186 207 0.50 0.10 0 0.19 192.23 0.52 0.61
Hex 68 BA CF 32 A 0 13 C0 34 3D
Octal 150 272 317 62 12 0 23 300 64 75
Binary 1101000 10111010 11001111 110010 1010 0 10011 11000000 110100 111101

Color Harmonies of #68BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BACF

Black with #68BACF

Text Example


Text Example

White with #68BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,207); }

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

background-color css

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

 a { background-color: rgb(104,186,207); }

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

border-color css

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

 span { border-color: rgb(104,186,207); }

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