Html Css Color HEX #68AFCA Seagull

📋 copy color: '#68AFCA'

red 104 ◦ green 175 ◦ blue 202

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

Shades of Seagull #68AFCA

Tints of Seagull #68AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 21.62%
G = 36.38%
B = 42%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68AFCA (or 0x68AFCA) is known color: Seagull. HEX triplet: 68, AF and CA. RGB value is (104,175,202). Sum of RGB (Red+Green+Blue) = 104+175+202=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #68AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFCA is #975035. Grayscale: #9C9C9C. Windows color (decimal): -9916470 or 13283176. OLE color: 13283176.

HSL color Cylindrical-coordinate representation of color #68AFCA: hue angle of 196.53º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68AFCA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 175 202 -
CMYK 0.49 0.13 0 0.21
HSL 196.53º 0.48% 0.6% -
HSV(B) 196.53º 0.49% 0.79% -
XYZ 31.7 37.87 61.52 -
YUV 156.85 153.48 90.3 -
System Red Green Blue C M Y K H S L
Decimal 104 175 202 0.49 0.13 0 0.21 196.53 0.48 0.6
Hex 68 AF CA 31 D 0 15 C5 30 3C
Octal 150 257 312 61 15 0 25 305 60 74
Binary 1101000 10101111 11001010 110001 1101 0 10101 11000101 110000 111100

Color Harmonies of #68AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFCA

Black with #68AFCA

Text Example


Text Example

White with #68AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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