Html Css Color HEX #68BFCF Seagull

📋 copy color: '#68BFCF'

red 104 ◦ green 191 ◦ blue 207

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

Shades of Seagull #68BFCF

Tints of Seagull #68BFCF

RGB

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

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

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

R = 20.72%
G = 38.05%
B = 41.24%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68BFCF (or 0x68BFCF) is known color: Seagull. HEX triplet: 68, BF and CF. RGB value is (104,191,207). Sum of RGB (Red+Green+Blue) = 104+191+207=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #68BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFCF is #974030. Grayscale: #A6A6A6. Windows color (decimal): -9912369 or 13614952. OLE color: 13614952.

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

Color convert

RGB 104 191 207 -
CMYK 0.50 0.08 0 0.19
HSL 189.32º 0.52% 0.61% -
HSV(B) 189.32º 0.5% 0.81% -
XYZ 35.6 44.71 65.78 -
YUV 166.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 104 191 207 0.50 0.08 0 0.19 189.32 0.52 0.61
Hex 68 BF CF 32 8 0 13 BD 34 3D
Octal 150 277 317 62 10 0 23 275 64 75
Binary 1101000 10111111 11001111 110010 1000 0 10011 10111101 110100 111101

Color Harmonies of #68BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFCF

Black with #68BFCF

Text Example


Text Example

White with #68BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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