Html Css Color HEX #7DBBDA Seagull

📋 copy color: '#7DBBDA'

red 125 ◦ green 187 ◦ blue 218

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

Shades of Seagull #7DBBDA

Tints of Seagull #7DBBDA

RGB

 RED value IS 125 (49.22% from 255) = 23.58%

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

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

R = 23.58%
G = 35.28%
B = 41.13%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DBBDA (or 0x7DBBDA) is known color: Seagull. HEX triplet: 7D, BB and DA. RGB value is (125,187,218). Sum of RGB (Red+Green+Blue) = 125+187+218=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBDA is #824425. Grayscale: #ABABAB. Windows color (decimal): -8537126 or 14334845. OLE color: 14334845.

HSL color Cylindrical-coordinate representation of color #7DBBDA: hue angle of 200º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBBDA is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 187 218 -
CMYK 0.43 0.14 0 0.15
HSL 200º 0.56% 0.67% -
HSV(B) 200º 0.43% 0.85% -
XYZ 38.88 44.96 72.96 -
YUV 172 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 125 187 218 0.43 0.14 0 0.15 200 0.56 0.67
Hex 7D BB DA 2B E 0 F C8 38 43
Octal 175 273 332 53 16 0 17 310 70 103
Binary 1111101 10111011 11011010 101011 1110 0 1111 11001000 111000 1000011

Color Harmonies of #7DBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBDA

Black with #7DBBDA

Text Example


Text Example

White with #7DBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,218); }

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

background-color css

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

 a { background-color: rgb(125,187,218); }

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

border-color css

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

 span { border-color: rgb(125,187,218); }

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