Html Css Color HEX #7BB4CE Seagull

📋 copy color: '#7BB4CE'

red 123 ◦ green 180 ◦ blue 206

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

Shades of Seagull #7BB4CE

Tints of Seagull #7BB4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 24.17%
G = 35.36%
B = 40.47%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BB4CE (or 0x7BB4CE) is known color: Seagull. HEX triplet: 7B, B4 and CE. RGB value is (123,180,206). Sum of RGB (Red+Green+Blue) = 123+180+206=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB4CE is #844B31. Grayscale: #A5A5A5. Windows color (decimal): -8670002 or 13546619. OLE color: 13546619.

HSL color Cylindrical-coordinate representation of color #7BB4CE: hue angle of 198.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BB4CE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 180 206 -
CMYK 0.40 0.13 0 0.19
HSL 198.8º 0.46% 0.65% -
HSV(B) 198.8º 0.4% 0.81% -
XYZ 35.63 41.31 64.49 -
YUV 165.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 123 180 206 0.40 0.13 0 0.19 198.8 0.46 0.65
Hex 7B B4 CE 28 D 0 13 C7 2E 41
Octal 173 264 316 50 15 0 23 307 56 101
Binary 1111011 10110100 11001110 101000 1101 0 10011 11000111 101110 1000001

Color Harmonies of #7BB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB4CE

Black with #7BB4CE

Text Example


Text Example

White with #7BB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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