Html Css Color HEX #68BFC8 Seagull

📋 copy color: '#68BFC8'

red 104 ◦ green 191 ◦ blue 200

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

Shades of Seagull #68BFC8

Tints of Seagull #68BFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 21.01%
G = 38.59%
B = 40.4%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#68BFC8 (or 0x68BFC8) is known color: Seagull. HEX triplet: 68, BF and C8. RGB value is (104,191,200). Sum of RGB (Red+Green+Blue) = 104+191+200=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #68BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFC8 is #974037. Grayscale: #A5A5A5. Windows color (decimal): -9912376 or 13156200. OLE color: 13156200.

HSL color Cylindrical-coordinate representation of color #68BFC8: hue angle of 185.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68BFC8 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 191 200 -
CMYK 0.48 0.04 0 0.22
HSL 185.63º 0.47% 0.6% -
HSV(B) 185.63º 0.48% 0.78% -
XYZ 34.77 44.37 61.38 -
YUV 166.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 104 191 200 0.48 0.04 0 0.22 185.63 0.47 0.6
Hex 68 BF C8 30 4 0 16 BA 2F 3C
Octal 150 277 310 60 4 0 26 272 57 74
Binary 1101000 10111111 11001000 110000 100 0 10110 10111010 101111 111100

Color Harmonies of #68BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFC8

Black with #68BFC8

Text Example


Text Example

White with #68BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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