Html Css Color HEX #69BCCD Seagull

📋 copy color: '#69BCCD'

red 105 ◦ green 188 ◦ blue 205

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

Shades of Seagull #69BCCD

Tints of Seagull #69BCCD

RGB

 RED value IS 105 (41.41% from 255) = 21.08%

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 21.08%
G = 37.75%
B = 41.16%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69BCCD (or 0x69BCCD) is known color: Seagull. HEX triplet: 69, BC and CD. RGB value is (105,188,205). Sum of RGB (Red+Green+Blue) = 105+188+205=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #69BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCCD is #964332. Grayscale: #A4A4A4. Windows color (decimal): -9847603 or 13483113. OLE color: 13483113.

HSL color Cylindrical-coordinate representation of color #69BCCD: hue angle of 190.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69BCCD is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 188 205 -
CMYK 0.49 0.08 0 0.20
HSL 190.2º 0.5% 0.61% -
HSV(B) 190.2º 0.49% 0.8% -
XYZ 34.83 43.38 64.29 -
YUV 165.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 105 188 205 0.49 0.08 0 0.20 190.2 0.5 0.61
Hex 69 BC CD 31 8 0 14 BE 32 3D
Octal 151 274 315 61 10 0 24 276 62 75
Binary 1101001 10111100 11001101 110001 1000 0 10100 10111110 110010 111101

Color Harmonies of #69BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BCCD

Black with #69BCCD

Text Example


Text Example

White with #69BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BCCD; }

 p { color: rgb(105,188,205); }

 H1.HeaderClassName
 {
   color: #69BCCD;
 }
 .AnyTagClassName
 {
   color: #69BCCD;
 }
</style>

background-color css

<style>
 a { background-color: #69BCCD; }

 a { background-color: rgb(105,188,205); }

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

border-color css

<style>
 span { border-color: #69BCCD; }

 span { border-color: rgb(105,188,205); }

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