Html Css Color HEX #269BBA Pelorous

📋 copy color: '#269BBA'

red 38 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #269BBA

Tints of Pelorous #269BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 10.03%
G = 40.9%
B = 49.08%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#269BBA (or 0x269BBA) is known color: Pelorous. HEX triplet: 26, 9B and BA. RGB value is (38,155,186). Sum of RGB (Red+Green+Blue) = 38+155+186=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #269BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BBA is #D96445. Grayscale: #7B7B7B. Windows color (decimal): -14246982 or 12229414. OLE color: 12229414.

HSL color Cylindrical-coordinate representation of color #269BBA: hue angle of 192.57º 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 #269BBA is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 155 186 -
CMYK 0.80 0.17 0 0.27
HSL 192.57º 0.66% 0.44% -
HSV(B) 192.57º 0.8% 0.73% -
XYZ 21.38 27.4 50.62 -
YUV 123.55 163.24 66.98 -
System Red Green Blue C M Y K H S L
Decimal 38 155 186 0.80 0.17 0 0.27 192.57 0.66 0.44
Hex 26 9B BA 50 11 0 1B C1 42 2C
Octal 46 233 272 120 21 0 33 301 102 54
Binary 100110 10011011 10111010 1010000 10001 0 11011 11000001 1000010 101100

Color Harmonies of #269BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269BBA

Black with #269BBA

Text Example


Text Example

White with #269BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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