Html Css Color HEX #68AFCE Seagull

📋 copy color: '#68AFCE'

red 104 ◦ green 175 ◦ blue 206

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

Shades of Seagull #68AFCE

Tints of Seagull #68AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 21.44%
G = 36.08%
B = 42.47%

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

#68AFCE (or 0x68AFCE) is known color: Seagull. HEX triplet: 68, AF and CE. RGB value is (104,175,206). Sum of RGB (Red+Green+Blue) = 104+175+206=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #68AFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFCE is #975031. Grayscale: #9D9D9D. Windows color (decimal): -9916466 or 13545320. OLE color: 13545320.

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

Color convert

RGB 104 175 206 -
CMYK 0.50 0.15 0 0.19
HSL 198.24º 0.51% 0.61% -
HSV(B) 198.24º 0.5% 0.81% -
XYZ 32.18 38.06 64.04 -
YUV 157.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 104 175 206 0.50 0.15 0 0.19 198.24 0.51 0.61
Hex 68 AF CE 32 F 0 13 C6 33 3D
Octal 150 257 316 62 17 0 23 306 63 75
Binary 1101000 10101111 11001110 110010 1111 0 10011 11000110 110011 111101

Color Harmonies of #68AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFCE

Black with #68AFCE

Text Example


Text Example

White with #68AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,175,206); }

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

background-color css

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

 a { background-color: rgb(104,175,206); }

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

border-color css

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

 span { border-color: rgb(104,175,206); }

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