Html Css Color HEX #7BBBDE Seagull

📋 copy color: '#7BBBDE'

red 123 ◦ green 187 ◦ blue 222

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

Shades of Seagull #7BBBDE

Tints of Seagull #7BBBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 23.12%
G = 35.15%
B = 41.73%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BBBDE (or 0x7BBBDE) is known color: Seagull. HEX triplet: 7B, BB and DE. RGB value is (123,187,222). Sum of RGB (Red+Green+Blue) = 123+187+222=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BBBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBDE is #844421. Grayscale: #ABABAB. Windows color (decimal): -8668194 or 14596987. OLE color: 14596987.

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

Color convert

RGB 123 187 222 -
CMYK 0.45 0.16 0 0.13
HSL 201.21º 0.6% 0.68% -
HSV(B) 201.21º 0.45% 0.87% -
XYZ 39.12 45.03 75.74 -
YUV 171.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 123 187 222 0.45 0.16 0 0.13 201.21 0.6 0.68
Hex 7B BB DE 2D 10 0 D C9 3C 44
Octal 173 273 336 55 20 0 15 311 74 104
Binary 1111011 10111011 11011110 101101 10000 0 1101 11001001 111100 1000100

Color Harmonies of #7BBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBBDE

Black with #7BBBDE

Text Example


Text Example

White with #7BBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,187,222); }

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

background-color css

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

 a { background-color: rgb(123,187,222); }

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

border-color css

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

 span { border-color: rgb(123,187,222); }

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