Html Css Color HEX #69BBCB Seagull

📋 copy color: '#69BBCB'

red 105 ◦ green 187 ◦ blue 203

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

Shades of Seagull #69BBCB

Tints of Seagull #69BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 21.21%
G = 37.78%
B = 41.01%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69BBCB (or 0x69BBCB) is known color: Seagull. HEX triplet: 69, BB and CB. RGB value is (105,187,203). Sum of RGB (Red+Green+Blue) = 105+187+203=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #69BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BBCB is #964434. Grayscale: #A4A4A4. Windows color (decimal): -9847861 or 13351785. OLE color: 13351785.

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

Color convert

RGB 105 187 203 -
CMYK 0.48 0.08 0 0.20
HSL 189.8º 0.49% 0.6% -
HSV(B) 189.8º 0.48% 0.8% -
XYZ 34.38 42.86 62.96 -
YUV 164.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 105 187 203 0.48 0.08 0 0.20 189.8 0.49 0.6
Hex 69 BB CB 30 8 0 14 BE 31 3C
Octal 151 273 313 60 10 0 24 276 61 74
Binary 1101001 10111011 11001011 110000 1000 0 10100 10111110 110001 111100

Color Harmonies of #69BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BBCB

Black with #69BBCB

Text Example


Text Example

White with #69BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,187,203); }

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

background-color css

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

 a { background-color: rgb(105,187,203); }

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

border-color css

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

 span { border-color: rgb(105,187,203); }

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