Html Css Color HEX #69C5CE Seagull

📋 copy color: '#69C5CE'

red 105 ◦ green 197 ◦ blue 206

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

Shades of Seagull #69C5CE

Tints of Seagull #69C5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 20.67%
G = 38.78%
B = 40.55%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69C5CE (or 0x69C5CE) is known color: Seagull. HEX triplet: 69, C5 and CE. RGB value is (105,197,206). Sum of RGB (Red+Green+Blue) = 105+197+206=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5CE is #963A31. Grayscale: #AAAAAA. Windows color (decimal): -9845298 or 13550953. OLE color: 13550953.

HSL color Cylindrical-coordinate representation of color #69C5CE: hue angle of 185.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C5CE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 197 206 -
CMYK 0.49 0.04 0 0.19
HSL 185.35º 0.51% 0.61% -
HSV(B) 185.35º 0.49% 0.81% -
XYZ 36.93 47.39 65.59 -
YUV 170.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 105 197 206 0.49 0.04 0 0.19 185.35 0.51 0.61
Hex 69 C5 CE 31 4 0 13 B9 33 3D
Octal 151 305 316 61 4 0 23 271 63 75
Binary 1101001 11000101 11001110 110001 100 0 10011 10111001 110011 111101

Color Harmonies of #69C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5CE

Black with #69C5CE

Text Example


Text Example

White with #69C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,197,206); }

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

background-color css

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

 a { background-color: rgb(105,197,206); }

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

border-color css

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

 span { border-color: rgb(105,197,206); }

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