Html Css Color HEX #269ABE Pelorous

📋 copy color: '#269ABE'

red 38 ◦ green 154 ◦ blue 190

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

Shades of Pelorous #269ABE

Tints of Pelorous #269ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 9.95%
G = 40.31%
B = 49.74%

CMYK

 C value IS 0.8

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#269ABE (or 0x269ABE) is known color: Pelorous. HEX triplet: 26, 9A and BE. RGB value is (38,154,190). Sum of RGB (Red+Green+Blue) = 38+154+190=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #269ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ABE is #D96541. Grayscale: #7B7B7B. Windows color (decimal): -14247234 or 12491302. OLE color: 12491302.

HSL color Cylindrical-coordinate representation of color #269ABE: hue angle of 194.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269ABE is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 154 190 -
CMYK 0.8 0.19 0 0.25
HSL 194.21º 0.67% 0.45% -
HSV(B) 194.21º 0.8% 0.75% -
XYZ 21.65 27.24 52.83 -
YUV 123.42 165.57 67.07 -
System Red Green Blue C M Y K H S L
Decimal 38 154 190 0.8 0.19 0 0.25 194.21 0.67 0.45
Hex 26 9A BE 50 13 0 19 C2 43 2D
Octal 46 232 276 120 23 0 31 302 103 55
Binary 100110 10011010 10111110 1010000 10011 0 11001 11000010 1000011 101101

Color Harmonies of #269ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ABE

Black with #269ABE

Text Example


Text Example

White with #269ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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