Html Css Color HEX #75BEDA Seagull

📋 copy color: '#75BEDA'

red 117 ◦ green 190 ◦ blue 218

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

Shades of Seagull #75BEDA

Tints of Seagull #75BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 22.29%
G = 36.19%
B = 41.52%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75BEDA (or 0x75BEDA) is known color: Seagull. HEX triplet: 75, BE and DA. RGB value is (117,190,218). Sum of RGB (Red+Green+Blue) = 117+190+218=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #75BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEDA is #8A4125. Grayscale: #ABABAB. Windows color (decimal): -9060646 or 14335605. OLE color: 14335605.

HSL color Cylindrical-coordinate representation of color #75BEDA: hue angle of 196.63º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BEDA is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 190 218 -
CMYK 0.46 0.13 0 0.15
HSL 196.63º 0.58% 0.66% -
HSV(B) 196.63º 0.46% 0.85% -
XYZ 38.4 45.67 73.12 -
YUV 171.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 117 190 218 0.46 0.13 0 0.15 196.63 0.58 0.66
Hex 75 BE DA 2E D 0 F C5 3A 42
Octal 165 276 332 56 15 0 17 305 72 102
Binary 1110101 10111110 11011010 101110 1101 0 1111 11000101 111010 1000010

Color Harmonies of #75BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEDA

Black with #75BEDA

Text Example


Text Example

White with #75BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,218); }

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

background-color css

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

 a { background-color: rgb(117,190,218); }

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

border-color css

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

 span { border-color: rgb(117,190,218); }

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