Html Css Color HEX #7FBEDF Seagull

📋 copy color: '#7FBEDF'

red 127 ◦ green 190 ◦ blue 223

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

Shades of Seagull #7FBEDF

Tints of Seagull #7FBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 23.52%
G = 35.19%
B = 41.3%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FBEDF (or 0x7FBEDF) is known color: Seagull. HEX triplet: 7F, BE and DF. RGB value is (127,190,223). Sum of RGB (Red+Green+Blue) = 127+190+223=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEDF is #804120. Grayscale: #AEAEAE. Windows color (decimal): -8405281 or 14663295. OLE color: 14663295.

HSL color Cylindrical-coordinate representation of color #7FBEDF: hue angle of 200.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBEDF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 190 223 -
CMYK 0.43 0.15 0 0.13
HSL 200.63º 0.6% 0.69% -
HSV(B) 200.63º 0.43% 0.87% -
XYZ 40.49 46.67 76.69 -
YUV 174.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 127 190 223 0.43 0.15 0 0.13 200.63 0.6 0.69
Hex 7F BE DF 2B F 0 D C9 3C 45
Octal 177 276 337 53 17 0 15 311 74 105
Binary 1111111 10111110 11011111 101011 1111 0 1101 11001001 111100 1000101

Color Harmonies of #7FBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEDF

Black with #7FBEDF

Text Example


Text Example

White with #7FBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,223); }

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

background-color css

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

 a { background-color: rgb(127,190,223); }

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

border-color css

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

 span { border-color: rgb(127,190,223); }

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