Html Css Color HEX #74BDCC Seagull

📋 copy color: '#74BDCC'

red 116 ◦ green 189 ◦ blue 204

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

Shades of Seagull #74BDCC

Tints of Seagull #74BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 22.79%
G = 37.13%
B = 40.08%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#74BDCC (or 0x74BDCC) is known color: Seagull. HEX triplet: 74, BD and CC. RGB value is (116,189,204). Sum of RGB (Red+Green+Blue) = 116+189+204=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #74BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDCC is #8B4233. Grayscale: #A8A8A8. Windows color (decimal): -9126452 or 13417844. OLE color: 13417844.

HSL color Cylindrical-coordinate representation of color #74BDCC: hue angle of 190.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74BDCC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 189 204 -
CMYK 0.43 0.07 0 0.2
HSL 190.23º 0.46% 0.63% -
HSV(B) 190.23º 0.43% 0.8% -
XYZ 36.3 44.47 63.8 -
YUV 168.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 116 189 204 0.43 0.07 0 0.2 190.23 0.46 0.63
Hex 74 BD CC 2B 7 0 14 BE 2E 3F
Octal 164 275 314 53 7 0 24 276 56 77
Binary 1110100 10111101 11001100 101011 111 0 10100 10111110 101110 111111

Color Harmonies of #74BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDCC

Black with #74BDCC

Text Example


Text Example

White with #74BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,204); }

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

background-color css

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

 a { background-color: rgb(116,189,204); }

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

border-color css

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

 span { border-color: rgb(116,189,204); }

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