Html Css Color HEX #269BA9 Pelorous

📋 copy color: '#269BA9'

red 38 ◦ green 155 ◦ blue 169

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

Shades of Pelorous #269BA9

Tints of Pelorous #269BA9

RGB

 RED value IS 38 (15.23% from 255) = 10.5%

 GREEN value IS 155 (60.94% from 255) = 42.82%

 BLUE value IS 169 (66.41% from 255) = 46.69%

R = 10.5%
G = 42.82%
B = 46.69%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#269BA9 (or 0x269BA9) is known color: Pelorous. HEX triplet: 26, 9B and A9. RGB value is (38,155,169). Sum of RGB (Red+Green+Blue) = 38+155+169=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #269BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269BA9 is #D96456. Grayscale: #797979. Windows color (decimal): -14246999 or 11115302. OLE color: 11115302.

HSL color Cylindrical-coordinate representation of color #269BA9: hue angle of 186.41º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269BA9 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 38 155 169 -
CMYK 0.78 0.08 0 0.34
HSL 186.41º 0.63% 0.41% -
HSV(B) 186.41º 0.78% 0.66% -
XYZ 19.68 26.72 41.66 -
YUV 121.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 38 155 169 0.78 0.08 0 0.34 186.41 0.63 0.41
Hex 26 9B A9 4E 8 0 22 BA 3F 29
Octal 46 233 251 116 10 0 42 272 77 51
Binary 100110 10011011 10101001 1001110 1000 0 100010 10111010 111111 101001

Color Harmonies of #269BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269BA9

Black with #269BA9

Text Example


Text Example

White with #269BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269BA9; }

 p { color: rgb(38,155,169); }

 H1.HeaderClassName
 {
   color: #269BA9;
 }
 .AnyTagClassName
 {
   color: #269BA9;
 }
</style>

background-color css

<style>
 a { background-color: #269BA9; }

 a { background-color: rgb(38,155,169); }

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

border-color css

<style>
 span { border-color: #269BA9; }

 span { border-color: rgb(38,155,169); }

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