Html Css Color HEX #7BB4D5 Seagull

📋 copy color: '#7BB4D5'

red 123 ◦ green 180 ◦ blue 213

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

Shades of Seagull #7BB4D5

Tints of Seagull #7BB4D5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 23.84%
G = 34.88%
B = 41.28%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7BB4D5 (or 0x7BB4D5) is known color: Seagull. HEX triplet: 7B, B4 and D5. RGB value is (123,180,213). Sum of RGB (Red+Green+Blue) = 123+180+213=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #7BB4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4D5 is #844B2A. Grayscale: #A6A6A6. Windows color (decimal): -8669995 or 14005371. OLE color: 14005371.

HSL color Cylindrical-coordinate representation of color #7BB4D5: hue angle of 202º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BB4D5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 180 213 -
CMYK 0.42 0.15 0 0.16
HSL 202º 0.52% 0.66% -
HSV(B) 202º 0.42% 0.84% -
XYZ 36.5 41.66 69.07 -
YUV 166.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 123 180 213 0.42 0.15 0 0.16 202 0.52 0.66
Hex 7B B4 D5 2A F 0 10 CA 34 42
Octal 173 264 325 52 17 0 20 312 64 102
Binary 1111011 10110100 11010101 101010 1111 0 10000 11001010 110100 1000010

Color Harmonies of #7BB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB4D5

Black with #7BB4D5

Text Example


Text Example

White with #7BB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,180,213); }

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

background-color css

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

 a { background-color: rgb(123,180,213); }

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

border-color css

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

 span { border-color: rgb(123,180,213); }

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