Html Css Color HEX #68B3CF Seagull

📋 copy color: '#68B3CF'

red 104 ◦ green 179 ◦ blue 207

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

Shades of Seagull #68B3CF

Tints of Seagull #68B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

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

R = 21.22%
G = 36.53%
B = 42.24%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68B3CF (or 0x68B3CF) is known color: Seagull. HEX triplet: 68, B3 and CF. RGB value is (104,179,207). Sum of RGB (Red+Green+Blue) = 104+179+207=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #68B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3CF is #974C30. Grayscale: #9F9F9F. Windows color (decimal): -9915441 or 13611880. OLE color: 13611880.

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

Color convert

RGB 104 179 207 -
CMYK 0.50 0.14 0 0.19
HSL 196.31º 0.52% 0.61% -
HSV(B) 196.31º 0.5% 0.81% -
XYZ 33.09 39.69 64.95 -
YUV 159.77 154.65 88.22 -
System Red Green Blue C M Y K H S L
Decimal 104 179 207 0.50 0.14 0 0.19 196.31 0.52 0.61
Hex 68 B3 CF 32 E 0 13 C4 34 3D
Octal 150 263 317 62 16 0 23 304 64 75
Binary 1101000 10110011 11001111 110010 1110 0 10011 11000100 110100 111101

Color Harmonies of #68B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B3CF

Black with #68B3CF

Text Example


Text Example

White with #68B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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