Html Css Color HEX #7BBCDA Seagull

📋 copy color: '#7BBCDA'

red 123 ◦ green 188 ◦ blue 218

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

Shades of Seagull #7BBCDA

Tints of Seagull #7BBCDA

RGB

 RED value IS 123 (48.44% from 255) = 23.25%

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 23.25%
G = 35.54%
B = 41.21%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7BBCDA (or 0x7BBCDA) is known color: Seagull. HEX triplet: 7B, BC and DA. RGB value is (123,188,218). Sum of RGB (Red+Green+Blue) = 123+188+218=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCDA is #844325. Grayscale: #ABABAB. Windows color (decimal): -8667942 or 14335099. OLE color: 14335099.

HSL color Cylindrical-coordinate representation of color #7BBCDA: hue angle of 198.95º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBCDA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 188 218 -
CMYK 0.44 0.14 0 0.15
HSL 198.95º 0.56% 0.67% -
HSV(B) 198.95º 0.44% 0.85% -
XYZ 38.81 45.24 73.02 -
YUV 171.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 123 188 218 0.44 0.14 0 0.15 198.95 0.56 0.67
Hex 7B BC DA 2C E 0 F C7 38 43
Octal 173 274 332 54 16 0 17 307 70 103
Binary 1111011 10111100 11011010 101100 1110 0 1111 11000111 111000 1000011

Color Harmonies of #7BBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCDA

Black with #7BBCDA

Text Example


Text Example

White with #7BBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,188,218); }

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

background-color css

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

 a { background-color: rgb(123,188,218); }

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

border-color css

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

 span { border-color: rgb(123,188,218); }

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