Html Css Color HEX #7CBFDF Seagull

📋 copy color: '#7CBFDF'

red 124 ◦ green 191 ◦ blue 223

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

Shades of Seagull #7CBFDF

Tints of Seagull #7CBFDF

RGB

 RED value IS 124 (48.83% from 255) = 23.05%

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

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

R = 23.05%
G = 35.5%
B = 41.45%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CBFDF (or 0x7CBFDF) is known color: Seagull. HEX triplet: 7C, BF and DF. RGB value is (124,191,223). Sum of RGB (Red+Green+Blue) = 124+191+223=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFDF is #834020. Grayscale: #AEAEAE. Windows color (decimal): -8601633 or 14663548. OLE color: 14663548.

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

Color convert

RGB 124 191 223 -
CMYK 0.44 0.14 0 0.13
HSL 199.39º 0.61% 0.68% -
HSV(B) 199.39º 0.44% 0.87% -
XYZ 40.26 46.87 76.74 -
YUV 174.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 124 191 223 0.44 0.14 0 0.13 199.39 0.61 0.68
Hex 7C BF DF 2C E 0 D C7 3D 44
Octal 174 277 337 54 16 0 15 307 75 104
Binary 1111100 10111111 11011111 101100 1110 0 1101 11000111 111101 1000100

Color Harmonies of #7CBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBFDF

Black with #7CBFDF

Text Example


Text Example

White with #7CBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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