Html Css Color HEX #69B8CB Seagull

📋 copy color: '#69B8CB'

red 105 ◦ green 184 ◦ blue 203

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

Shades of Seagull #69B8CB

Tints of Seagull #69B8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

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

R = 21.34%
G = 37.4%
B = 41.26%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69B8CB (or 0x69B8CB) is known color: Seagull. HEX triplet: 69, B8 and CB. RGB value is (105,184,203). Sum of RGB (Red+Green+Blue) = 105+184+203=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #69B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8CB is #964734. Grayscale: #A2A2A2. Windows color (decimal): -9848629 or 13351017. OLE color: 13351017.

HSL color Cylindrical-coordinate representation of color #69B8CB: hue angle of 191.63º 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 #69B8CB is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 184 203 -
CMYK 0.48 0.09 0 0.20
HSL 191.63º 0.49% 0.6% -
HSV(B) 191.63º 0.48% 0.8% -
XYZ 33.75 41.6 62.75 -
YUV 162.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 105 184 203 0.48 0.09 0 0.20 191.63 0.49 0.6
Hex 69 B8 CB 30 9 0 14 C0 31 3C
Octal 151 270 313 60 11 0 24 300 61 74
Binary 1101001 10111000 11001011 110000 1001 0 10100 11000000 110001 111100

Color Harmonies of #69B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B8CB

Black with #69B8CB

Text Example


Text Example

White with #69B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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