Html Css Color HEX #68C5CF Seagull

📋 copy color: '#68C5CF'

red 104 ◦ green 197 ◦ blue 207

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

Shades of Seagull #68C5CF

Tints of Seagull #68C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

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

R = 20.47%
G = 38.78%
B = 40.75%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68C5CF (or 0x68C5CF) is known color: Seagull. HEX triplet: 68, C5 and CF. RGB value is (104,197,207). Sum of RGB (Red+Green+Blue) = 104+197+207=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #68C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5CF is #973A30. Grayscale: #AAAAAA. Windows color (decimal): -9910833 or 13616488. OLE color: 13616488.

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

Color convert

RGB 104 197 207 -
CMYK 0.50 0.05 0 0.19
HSL 185.83º 0.52% 0.61% -
HSV(B) 185.83º 0.5% 0.81% -
XYZ 36.94 47.38 66.23 -
YUV 170.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 104 197 207 0.50 0.05 0 0.19 185.83 0.52 0.61
Hex 68 C5 CF 32 5 0 13 BA 34 3D
Octal 150 305 317 62 5 0 23 272 64 75
Binary 1101000 11000101 11001111 110010 101 0 10011 10111010 110100 111101

Color Harmonies of #68C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5CF

Black with #68C5CF

Text Example


Text Example

White with #68C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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