Html Css Color HEX #7FBFDF Seagull

📋 copy color: '#7FBFDF'

red 127 ◦ green 191 ◦ blue 223

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

Shades of Seagull #7FBFDF

Tints of Seagull #7FBFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 23.48%
G = 35.3%
B = 41.22%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FBFDF (or 0x7FBFDF) is known color: Seagull. HEX triplet: 7F, BF and DF. RGB value is (127,191,223). Sum of RGB (Red+Green+Blue) = 127+191+223=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFDF is #804020. Grayscale: #AFAFAF. Windows color (decimal): -8405025 or 14663551. OLE color: 14663551.

HSL color Cylindrical-coordinate representation of color #7FBFDF: hue angle of 200º 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 #7FBFDF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 191 223 -
CMYK 0.43 0.14 0 0.13
HSL 200º 0.6% 0.69% -
HSV(B) 200º 0.43% 0.87% -
XYZ 40.7 47.1 76.76 -
YUV 175.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 127 191 223 0.43 0.14 0 0.13 200 0.6 0.69
Hex 7F BF DF 2B E 0 D C8 3C 45
Octal 177 277 337 53 16 0 15 310 74 105
Binary 1111111 10111111 11011111 101011 1110 0 1101 11001000 111100 1000101

Color Harmonies of #7FBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBFDF

Black with #7FBFDF

Text Example


Text Example

White with #7FBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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