Html Css Color HEX #68BBD4 Seagull

📋 copy color: '#68BBD4'

red 104 ◦ green 187 ◦ blue 212

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

Shades of Seagull #68BBD4

Tints of Seagull #68BBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 20.68%
G = 37.18%
B = 42.15%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68BBD4 (or 0x68BBD4) is known color: Seagull. HEX triplet: 68, BB and D4. RGB value is (104,187,212). Sum of RGB (Red+Green+Blue) = 104+187+212=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #68BBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBD4 is #97442B. Grayscale: #A4A4A4. Windows color (decimal): -9913388 or 13941608. OLE color: 13941608.

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

Color convert

RGB 104 187 212 -
CMYK 0.51 0.12 0 0.17
HSL 193.89º 0.56% 0.62% -
HSV(B) 193.89º 0.51% 0.83% -
XYZ 35.36 43.24 68.77 -
YUV 165.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 104 187 212 0.51 0.12 0 0.17 193.89 0.56 0.62
Hex 68 BB D4 33 C 0 11 C2 38 3E
Octal 150 273 324 63 14 0 21 302 70 76
Binary 1101000 10111011 11010100 110011 1100 0 10001 11000010 111000 111110

Color Harmonies of #68BBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBD4

Black with #68BBD4

Text Example


Text Example

White with #68BBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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