Html Css Color HEX #68BBD3 Seagull

📋 copy color: '#68BBD3'

red 104 ◦ green 187 ◦ blue 211

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

Shades of Seagull #68BBD3

Tints of Seagull #68BBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 20.72%
G = 37.25%
B = 42.03%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68BBD3 (or 0x68BBD3) is known color: Seagull. HEX triplet: 68, BB and D3. RGB value is (104,187,211). Sum of RGB (Red+Green+Blue) = 104+187+211=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #68BBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBD3 is #97442C. Grayscale: #A4A4A4. Windows color (decimal): -9913389 or 13876072. OLE color: 13876072.

HSL color Cylindrical-coordinate representation of color #68BBD3: hue angle of 193.46º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BBD3 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 187 211 -
CMYK 0.51 0.11 0 0.17
HSL 193.46º 0.55% 0.62% -
HSV(B) 193.46º 0.51% 0.83% -
XYZ 35.24 43.19 68.11 -
YUV 164.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 104 187 211 0.51 0.11 0 0.17 193.46 0.55 0.62
Hex 68 BB D3 33 B 0 11 C1 37 3E
Octal 150 273 323 63 13 0 21 301 67 76
Binary 1101000 10111011 11010011 110011 1011 0 10001 11000001 110111 111110

Color Harmonies of #68BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBD3

Black with #68BBD3

Text Example


Text Example

White with #68BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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