Html Css Color HEX #69BDC9 Seagull

📋 copy color: '#69BDC9'

red 105 ◦ green 189 ◦ blue 201

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

Shades of Seagull #69BDC9

Tints of Seagull #69BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 21.21%
G = 38.18%
B = 40.61%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#69BDC9 (or 0x69BDC9) is known color: Seagull. HEX triplet: 69, BD and C9. RGB value is (105,189,201). Sum of RGB (Red+Green+Blue) = 105+189+201=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #69BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDC9 is #964236. Grayscale: #A5A5A5. Windows color (decimal): -9847351 or 13221225. OLE color: 13221225.

HSL color Cylindrical-coordinate representation of color #69BDC9: hue angle of 187.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69BDC9 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 189 201 -
CMYK 0.48 0.06 0 0.21
HSL 187.5º 0.47% 0.6% -
HSV(B) 187.5º 0.48% 0.79% -
XYZ 34.57 43.62 61.86 -
YUV 165.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 105 189 201 0.48 0.06 0 0.21 187.5 0.47 0.6
Hex 69 BD C9 30 6 0 15 BC 2F 3C
Octal 151 275 311 60 6 0 25 274 57 74
Binary 1101001 10111101 11001001 110000 110 0 10101 10111100 101111 111100

Color Harmonies of #69BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDC9

Black with #69BDC9

Text Example


Text Example

White with #69BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,189,201); }

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

background-color css

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

 a { background-color: rgb(105,189,201); }

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

border-color css

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

 span { border-color: rgb(105,189,201); }

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