Html Css Color HEX #75AED4 Seagull

📋 copy color: '#75AED4'

red 117 ◦ green 174 ◦ blue 212

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

Shades of Seagull #75AED4

Tints of Seagull #75AED4

RGB

 RED value IS 117 (46.09% from 255) = 23.26%

 GREEN value IS 174 (68.36% from 255) = 34.59%

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

R = 23.26%
G = 34.59%
B = 42.15%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#75AED4 (or 0x75AED4) is known color: Seagull. HEX triplet: 75, AE and D4. RGB value is (117,174,212). Sum of RGB (Red+Green+Blue) = 117+174+212=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 174 (68.36% from 255 or 34.59% 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 #75AED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AED4 is #8A512B. Grayscale: #A1A1A1. Windows color (decimal): -9064748 or 13938293. OLE color: 13938293.

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

Color convert

RGB 117 174 212 -
CMYK 0.45 0.18 0 0.17
HSL 204º 0.52% 0.65% -
HSV(B) 204º 0.45% 0.83% -
XYZ 34.36 38.81 67.97 -
YUV 161.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 117 174 212 0.45 0.18 0 0.17 204 0.52 0.65
Hex 75 AE D4 2D 12 0 11 CC 34 41
Octal 165 256 324 55 22 0 21 314 64 101
Binary 1110101 10101110 11010100 101101 10010 0 10001 11001100 110100 1000001

Color Harmonies of #75AED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AED4

Black with #75AED4

Text Example


Text Example

White with #75AED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AED4; }

 p { color: rgb(117,174,212); }

 H1.HeaderClassName
 {
   color: #75AED4;
 }
 .AnyTagClassName
 {
   color: #75AED4;
 }
</style>

background-color css

<style>
 a { background-color: #75AED4; }

 a { background-color: rgb(117,174,212); }

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

border-color css

<style>
 span { border-color: #75AED4; }

 span { border-color: rgb(117,174,212); }

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