Html Css Color HEX #62BFCD Seagull

📋 copy color: '#62BFCD'

red 98 ◦ green 191 ◦ blue 205

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

Shades of Seagull #62BFCD

Tints of Seagull #62BFCD

RGB

 RED value IS 98 (38.67% from 255) = 19.84%

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 19.84%
G = 38.66%
B = 41.5%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#62BFCD (or 0x62BFCD) is known color: Seagull. HEX triplet: 62, BF and CD. RGB value is (98,191,205). Sum of RGB (Red+Green+Blue) = 98+191+205=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #62BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFCD is #9D4032. Grayscale: #A4A4A4. Windows color (decimal): -10305587 or 13483874. OLE color: 13483874.

HSL color Cylindrical-coordinate representation of color #62BFCD: hue angle of 187.85º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BFCD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 191 205 -
CMYK 0.52 0.07 0 0.20
HSL 187.85º 0.52% 0.59% -
HSV(B) 187.85º 0.52% 0.8% -
XYZ 34.69 44.27 64.47 -
YUV 164.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 98 191 205 0.52 0.07 0 0.20 187.85 0.52 0.59
Hex 62 BF CD 34 7 0 14 BC 34 3B
Octal 142 277 315 64 7 0 24 274 64 73
Binary 1100010 10111111 11001101 110100 111 0 10100 10111100 110100 111011

Color Harmonies of #62BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BFCD

Black with #62BFCD

Text Example


Text Example

White with #62BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62BFCD; }

 p { color: rgb(98,191,205); }

 H1.HeaderClassName
 {
   color: #62BFCD;
 }
 .AnyTagClassName
 {
   color: #62BFCD;
 }
</style>

background-color css

<style>
 a { background-color: #62BFCD; }

 a { background-color: rgb(98,191,205); }

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

border-color css

<style>
 span { border-color: #62BFCD; }

 span { border-color: rgb(98,191,205); }

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