Html Css Color HEX #74BFD3 Seagull

📋 copy color: '#74BFD3'

red 116 ◦ green 191 ◦ blue 211

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

Shades of Seagull #74BFD3

Tints of Seagull #74BFD3

RGB

 RED value IS 116 (45.7% from 255) = 22.39%

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

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

R = 22.39%
G = 36.87%
B = 40.73%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#74BFD3 (or 0x74BFD3) is known color: Seagull. HEX triplet: 74, BF and D3. RGB value is (116,191,211). Sum of RGB (Red+Green+Blue) = 116+191+211=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #74BFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFD3 is #8B402C. Grayscale: #AAAAAA. Windows color (decimal): -9125933 or 13877108. OLE color: 13877108.

HSL color Cylindrical-coordinate representation of color #74BFD3: hue angle of 192.63º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74BFD3 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 191 211 -
CMYK 0.45 0.09 0 0.17
HSL 192.63º 0.52% 0.64% -
HSV(B) 192.63º 0.45% 0.83% -
XYZ 37.59 45.68 68.46 -
YUV 170.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 116 191 211 0.45 0.09 0 0.17 192.63 0.52 0.64
Hex 74 BF D3 2D 9 0 11 C1 34 40
Octal 164 277 323 55 11 0 21 301 64 100
Binary 1110100 10111111 11010011 101101 1001 0 10001 11000001 110100 1000000

Color Harmonies of #74BFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFD3

Black with #74BFD3

Text Example


Text Example

White with #74BFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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