Html Css Color HEX #74BEDD Seagull

📋 copy color: '#74BEDD'

red 116 ◦ green 190 ◦ blue 221

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

Shades of Seagull #74BEDD

Tints of Seagull #74BEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 22.01%
G = 36.05%
B = 41.94%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74BEDD (or 0x74BEDD) is known color: Seagull. HEX triplet: 74, BE and DD. RGB value is (116,190,221). Sum of RGB (Red+Green+Blue) = 116+190+221=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #74BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEDD is #8B4122. Grayscale: #ABABAB. Windows color (decimal): -9126179 or 14532212. OLE color: 14532212.

HSL color Cylindrical-coordinate representation of color #74BEDD: hue angle of 197.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BEDD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 190 221 -
CMYK 0.48 0.14 0 0.13
HSL 197.71º 0.61% 0.66% -
HSV(B) 197.71º 0.48% 0.87% -
XYZ 38.67 45.76 75.2 -
YUV 171.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 116 190 221 0.48 0.14 0 0.13 197.71 0.61 0.66
Hex 74 BE DD 30 E 0 D C6 3D 42
Octal 164 276 335 60 16 0 15 306 75 102
Binary 1110100 10111110 11011101 110000 1110 0 1101 11000110 111101 1000010

Color Harmonies of #74BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEDD

Black with #74BEDD

Text Example


Text Example

White with #74BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,221); }

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

background-color css

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

 a { background-color: rgb(116,190,221); }

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

border-color css

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

 span { border-color: rgb(116,190,221); }

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