Html Css Color HEX #269ABB Pelorous

📋 copy color: '#269ABB'

red 38 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #269ABB

Tints of Pelorous #269ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 10.03%
G = 40.63%
B = 49.34%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#269ABB (or 0x269ABB) is known color: Pelorous. HEX triplet: 26, 9A and BB. RGB value is (38,154,187). Sum of RGB (Red+Green+Blue) = 38+154+187=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #269ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ABB is #D96544. Grayscale: #7A7A7A. Windows color (decimal): -14247237 or 12294694. OLE color: 12294694.

HSL color Cylindrical-coordinate representation of color #269ABB: hue angle of 193.29º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269ABB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 154 187 -
CMYK 0.80 0.18 0 0.27
HSL 193.29º 0.66% 0.44% -
HSV(B) 193.29º 0.8% 0.73% -
XYZ 21.32 27.11 51.12 -
YUV 123.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 38 154 187 0.80 0.18 0 0.27 193.29 0.66 0.44
Hex 26 9A BB 50 12 0 1B C1 42 2C
Octal 46 232 273 120 22 0 33 301 102 54
Binary 100110 10011010 10111011 1010000 10010 0 11011 11000001 1000010 101100

Color Harmonies of #269ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ABB

Black with #269ABB

Text Example


Text Example

White with #269ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,154,187); }

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

background-color css

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

 a { background-color: rgb(38,154,187); }

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

border-color css

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

 span { border-color: rgb(38,154,187); }

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