Html Css Color HEX #68B0CF Seagull

📋 copy color: '#68B0CF'

red 104 ◦ green 176 ◦ blue 207

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

Shades of Seagull #68B0CF

Tints of Seagull #68B0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.14%

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

R = 21.36%
G = 36.14%
B = 42.51%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68B0CF (or 0x68B0CF) is known color: Seagull. HEX triplet: 68, B0 and CF. RGB value is (104,176,207). Sum of RGB (Red+Green+Blue) = 104+176+207=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #68B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0CF is #974F30. Grayscale: #9D9D9D. Windows color (decimal): -9916209 or 13611112. OLE color: 13611112.

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

Color convert

RGB 104 176 207 -
CMYK 0.50 0.15 0 0.19
HSL 198.06º 0.52% 0.61% -
HSV(B) 198.06º 0.5% 0.81% -
XYZ 32.5 38.5 64.75 -
YUV 158.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 104 176 207 0.50 0.15 0 0.19 198.06 0.52 0.61
Hex 68 B0 CF 32 F 0 13 C6 34 3D
Octal 150 260 317 62 17 0 23 306 64 75
Binary 1101000 10110000 11001111 110010 1111 0 10011 11000110 110100 111101

Color Harmonies of #68B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B0CF

Black with #68B0CF

Text Example


Text Example

White with #68B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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