Html Css Color HEX #68B5CF Seagull

📋 copy color: '#68B5CF'

red 104 ◦ green 181 ◦ blue 207

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

Shades of Seagull #68B5CF

Tints of Seagull #68B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

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

R = 21.14%
G = 36.79%
B = 42.07%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68B5CF (or 0x68B5CF) is known color: Seagull. HEX triplet: 68, B5 and CF. RGB value is (104,181,207). Sum of RGB (Red+Green+Blue) = 104+181+207=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #68B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5CF is #974A30. Grayscale: #A0A0A0. Windows color (decimal): -9914929 or 13612392. OLE color: 13612392.

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

Color convert

RGB 104 181 207 -
CMYK 0.50 0.13 0 0.19
HSL 195.15º 0.52% 0.61% -
HSV(B) 195.15º 0.5% 0.81% -
XYZ 33.5 40.5 65.08 -
YUV 160.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 104 181 207 0.50 0.13 0 0.19 195.15 0.52 0.61
Hex 68 B5 CF 32 D 0 13 C3 34 3D
Octal 150 265 317 62 15 0 23 303 64 75
Binary 1101000 10110101 11001111 110010 1101 0 10011 11000011 110100 111101

Color Harmonies of #68B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5CF

Black with #68B5CF

Text Example


Text Example

White with #68B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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