Html Css Color HEX #68BFD3 Seagull

📋 copy color: '#68BFD3'

red 104 ◦ green 191 ◦ blue 211

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

Shades of Seagull #68BFD3

Tints of Seagull #68BFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

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

R = 20.55%
G = 37.75%
B = 41.7%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68BFD3 (or 0x68BFD3) is known color: Seagull. HEX triplet: 68, BF and D3. RGB value is (104,191,211). Sum of RGB (Red+Green+Blue) = 104+191+211=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #68BFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFD3 is #97402C. Grayscale: #A7A7A7. Windows color (decimal): -9912365 or 13877096. OLE color: 13877096.

HSL color Cylindrical-coordinate representation of color #68BFD3: hue angle of 191.21º 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 #68BFD3 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 191 211 -
CMYK 0.51 0.09 0 0.17
HSL 191.22º 0.55% 0.62% -
HSV(B) 191.22º 0.51% 0.83% -
XYZ 36.1 44.91 68.39 -
YUV 167.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 104 191 211 0.51 0.09 0 0.17 191.22 0.55 0.62
Hex 68 BF D3 33 9 0 11 BF 37 3E
Octal 150 277 323 63 11 0 21 277 67 76
Binary 1101000 10111111 11010011 110011 1001 0 10001 10111111 110111 111110

Color Harmonies of #68BFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFD3

Black with #68BFD3

Text Example


Text Example

White with #68BFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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