Html Css Color HEX #68AFCB Seagull

📋 copy color: '#68AFCB'

red 104 ◦ green 175 ◦ blue 203

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

Shades of Seagull #68AFCB

Tints of Seagull #68AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 21.58%
G = 36.31%
B = 42.12%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68AFCB (or 0x68AFCB) is known color: Seagull. HEX triplet: 68, AF and CB. RGB value is (104,175,203). Sum of RGB (Red+Green+Blue) = 104+175+203=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #68AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFCB is #975034. Grayscale: #9C9C9C. Windows color (decimal): -9916469 or 13348712. OLE color: 13348712.

HSL color Cylindrical-coordinate representation of color #68AFCB: hue angle of 196.97º degrees, saturation: 0.49, 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 #68AFCB is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 175 203 -
CMYK 0.49 0.14 0 0.20
HSL 196.97º 0.49% 0.6% -
HSV(B) 196.97º 0.49% 0.8% -
XYZ 31.82 37.91 62.14 -
YUV 156.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 104 175 203 0.49 0.14 0 0.20 196.97 0.49 0.6
Hex 68 AF CB 31 E 0 14 C5 31 3C
Octal 150 257 313 61 16 0 24 305 61 74
Binary 1101000 10101111 11001011 110001 1110 0 10100 11000101 110001 111100

Color Harmonies of #68AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFCB

Black with #68AFCB

Text Example


Text Example

White with #68AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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