Html Css Color HEX #68BBCA Seagull

📋 copy color: '#68BBCA'

red 104 ◦ green 187 ◦ blue 202

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

Shades of Seagull #68BBCA

Tints of Seagull #68BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.93%

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

R = 21.1%
G = 37.93%
B = 40.97%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68BBCA (or 0x68BBCA) is known color: Seagull. HEX triplet: 68, BB and CA. RGB value is (104,187,202). Sum of RGB (Red+Green+Blue) = 104+187+202=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #68BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCA is #974435. Grayscale: #A3A3A3. Windows color (decimal): -9913398 or 13286248. OLE color: 13286248.

HSL color Cylindrical-coordinate representation of color #68BBCA: hue angle of 189.18º 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 #68BBCA is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 187 202 -
CMYK 0.49 0.07 0 0.21
HSL 189.18º 0.48% 0.6% -
HSV(B) 189.18º 0.49% 0.79% -
XYZ 34.14 42.75 62.33 -
YUV 163.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 104 187 202 0.49 0.07 0 0.21 189.18 0.48 0.6
Hex 68 BB CA 31 7 0 15 BD 30 3C
Octal 150 273 312 61 7 0 25 275 60 74
Binary 1101000 10111011 11001010 110001 111 0 10101 10111101 110000 111100

Color Harmonies of #68BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBCA

Black with #68BBCA

Text Example


Text Example

White with #68BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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