Html Css Color HEX #68BFCC Seagull

📋 copy color: '#68BFCC'

red 104 ◦ green 191 ◦ blue 204

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

Shades of Seagull #68BFCC

Tints of Seagull #68BFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 20.84%
G = 38.28%
B = 40.88%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68BFCC (or 0x68BFCC) is known color: Seagull. HEX triplet: 68, BF and CC. RGB value is (104,191,204). Sum of RGB (Red+Green+Blue) = 104+191+204=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #68BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFCC is #974033. Grayscale: #A6A6A6. Windows color (decimal): -9912372 or 13418344. OLE color: 13418344.

HSL color Cylindrical-coordinate representation of color #68BFCC: hue angle of 187.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BFCC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 191 204 -
CMYK 0.49 0.06 0 0.2
HSL 187.8º 0.5% 0.6% -
HSV(B) 187.8º 0.49% 0.8% -
XYZ 35.24 44.56 63.87 -
YUV 166.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 104 191 204 0.49 0.06 0 0.2 187.8 0.5 0.6
Hex 68 BF CC 31 6 0 14 BC 32 3C
Octal 150 277 314 61 6 0 24 274 62 74
Binary 1101000 10111111 11001100 110001 110 0 10100 10111100 110010 111100

Color Harmonies of #68BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFCC

Black with #68BFCC

Text Example


Text Example

White with #68BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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