Html Css Color HEX #7FBDD0 Seagull

📋 copy color: '#7FBDD0'

red 127 ◦ green 189 ◦ blue 208

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

Shades of Seagull #7FBDD0

Tints of Seagull #7FBDD0

RGB

 RED value IS 127 (50% from 255) = 24.24%

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 24.24%
G = 36.07%
B = 39.69%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7FBDD0 (or 0x7FBDD0) is known color: Seagull. HEX triplet: 7F, BD and D0. RGB value is (127,189,208). Sum of RGB (Red+Green+Blue) = 127+189+208=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #7FBDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDD0 is #80422F. Grayscale: #ACACAC. Windows color (decimal): -8405552 or 13679999. OLE color: 13679999.

HSL color Cylindrical-coordinate representation of color #7FBDD0: hue angle of 194.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FBDD0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 189 208 -
CMYK 0.39 0.09 0 0.18
HSL 194.07º 0.46% 0.66% -
HSV(B) 194.07º 0.39% 0.82% -
XYZ 38.34 45.46 66.43 -
YUV 172.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 127 189 208 0.39 0.09 0 0.18 194.07 0.46 0.66
Hex 7F BD D0 27 9 0 12 C2 2E 42
Octal 177 275 320 47 11 0 22 302 56 102
Binary 1111111 10111101 11010000 100111 1001 0 10010 11000010 101110 1000010

Color Harmonies of #7FBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBDD0

Black with #7FBDD0

Text Example


Text Example

White with #7FBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBDD0; }

 p { color: rgb(127,189,208); }

 H1.HeaderClassName
 {
   color: #7FBDD0;
 }
 .AnyTagClassName
 {
   color: #7FBDD0;
 }
</style>

background-color css

<style>
 a { background-color: #7FBDD0; }

 a { background-color: rgb(127,189,208); }

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

border-color css

<style>
 span { border-color: #7FBDD0; }

 span { border-color: rgb(127,189,208); }

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