Html Css Color HEX #68BCCF Seagull

📋 copy color: '#68BCCF'

red 104 ◦ green 188 ◦ blue 207

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

Shades of Seagull #68BCCF

Tints of Seagull #68BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

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

R = 20.84%
G = 37.68%
B = 41.48%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68BCCF (or 0x68BCCF) is known color: Seagull. HEX triplet: 68, BC and CF. RGB value is (104,188,207). Sum of RGB (Red+Green+Blue) = 104+188+207=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #68BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCCF is #974330. Grayscale: #A4A4A4. Windows color (decimal): -9913137 or 13614184. OLE color: 13614184.

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

Color convert

RGB 104 188 207 -
CMYK 0.50 0.09 0 0.19
HSL 191.07º 0.52% 0.61% -
HSV(B) 191.07º 0.5% 0.81% -
XYZ 34.95 43.41 65.57 -
YUV 165.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 104 188 207 0.50 0.09 0 0.19 191.07 0.52 0.61
Hex 68 BC CF 32 9 0 13 BF 34 3D
Octal 150 274 317 62 11 0 23 277 64 75
Binary 1101000 10111100 11001111 110010 1001 0 10011 10111111 110100 111101

Color Harmonies of #68BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCCF

Black with #68BCCF

Text Example


Text Example

White with #68BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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