Html Css Color HEX #7BBFDA Seagull

📋 copy color: '#7BBFDA'

red 123 ◦ green 191 ◦ blue 218

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

Shades of Seagull #7BBFDA

Tints of Seagull #7BBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 35.9%

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

R = 23.12%
G = 35.9%
B = 40.98%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7BBFDA (or 0x7BBFDA) is known color: Seagull. HEX triplet: 7B, BF and DA. RGB value is (123,191,218). Sum of RGB (Red+Green+Blue) = 123+191+218=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFDA is #844025. Grayscale: #ADADAD. Windows color (decimal): -8667174 or 14335867. OLE color: 14335867.

HSL color Cylindrical-coordinate representation of color #7BBFDA: hue angle of 197.05º 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 #7BBFDA is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 191 218 -
CMYK 0.44 0.12 0 0.15
HSL 197.05º 0.56% 0.67% -
HSV(B) 197.05º 0.44% 0.85% -
XYZ 39.45 46.53 73.23 -
YUV 173.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 123 191 218 0.44 0.12 0 0.15 197.05 0.56 0.67
Hex 7B BF DA 2C C 0 F C5 38 43
Octal 173 277 332 54 14 0 17 305 70 103
Binary 1111011 10111111 11011010 101100 1100 0 1111 11000101 111000 1000011

Color Harmonies of #7BBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBFDA

Black with #7BBFDA

Text Example


Text Example

White with #7BBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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