Html Css Color HEX #75BDD4 Seagull

📋 copy color: '#75BDD4'

red 117 ◦ green 189 ◦ blue 212

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

Shades of Seagull #75BDD4

Tints of Seagull #75BDD4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

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

R = 22.59%
G = 36.49%
B = 40.93%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#75BDD4 (or 0x75BDD4) is known color: Seagull. HEX triplet: 75, BD and D4. RGB value is (117,189,212). Sum of RGB (Red+Green+Blue) = 117+189+212=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #75BDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDD4 is #8A422B. Grayscale: #A9A9A9. Windows color (decimal): -9060908 or 13942133. OLE color: 13942133.

HSL color Cylindrical-coordinate representation of color #75BDD4: hue angle of 194.53º 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 #75BDD4 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 189 212 -
CMYK 0.45 0.11 0 0.17
HSL 194.53º 0.52% 0.65% -
HSV(B) 194.53º 0.45% 0.83% -
XYZ 37.42 44.93 68.99 -
YUV 170.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 117 189 212 0.45 0.11 0 0.17 194.53 0.52 0.65
Hex 75 BD D4 2D B 0 11 C3 34 41
Octal 165 275 324 55 13 0 21 303 64 101
Binary 1110101 10111101 11010100 101101 1011 0 10001 11000011 110100 1000001

Color Harmonies of #75BDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDD4

Black with #75BDD4

Text Example


Text Example

White with #75BDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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