Html Css Color HEX #7BBCCB Seagull

📋 copy color: '#7BBCCB'

red 123 ◦ green 188 ◦ blue 203

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

Shades of Seagull #7BBCCB

Tints of Seagull #7BBCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 23.93%
G = 36.58%
B = 39.49%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BBCCB (or 0x7BBCCB) is known color: Seagull. HEX triplet: 7B, BC and CB. RGB value is (123,188,203). Sum of RGB (Red+Green+Blue) = 123+188+203=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCCB is #844334. Grayscale: #AAAAAA. Windows color (decimal): -8667957 or 13352059. OLE color: 13352059.

HSL color Cylindrical-coordinate representation of color #7BBCCB: hue angle of 191.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBCCB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 188 203 -
CMYK 0.39 0.07 0 0.20
HSL 191.25º 0.43% 0.64% -
HSV(B) 191.25º 0.39% 0.8% -
XYZ 36.93 44.49 63.14 -
YUV 170.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 123 188 203 0.39 0.07 0 0.20 191.25 0.43 0.64
Hex 7B BC CB 27 7 0 14 BF 2B 40
Octal 173 274 313 47 7 0 24 277 53 100
Binary 1111011 10111100 11001011 100111 111 0 10100 10111111 101011 1000000

Color Harmonies of #7BBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCCB

Black with #7BBCCB

Text Example


Text Example

White with #7BBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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