Html Css Color HEX #268BAD Pelorous

📋 copy color: '#268BAD'

red 38 ◦ green 139 ◦ blue 173

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

Shades of Pelorous #268BAD

Tints of Pelorous #268BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 10.86%
G = 39.71%
B = 49.43%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#268BAD (or 0x268BAD) is known color: Pelorous. HEX triplet: 26, 8B and AD. RGB value is (38,139,173). Sum of RGB (Red+Green+Blue) = 38+139+173=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #268BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268BAD is #D97452. Grayscale: #707070. Windows color (decimal): -14251091 or 11373350. OLE color: 11373350.

HSL color Cylindrical-coordinate representation of color #268BAD: hue angle of 195.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268BAD is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 139 173 -
CMYK 0.78 0.20 0 0.32
HSL 195.11º 0.64% 0.41% -
HSV(B) 195.11º 0.78% 0.68% -
XYZ 17.57 21.89 42.83 -
YUV 112.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 38 139 173 0.78 0.20 0 0.32 195.11 0.64 0.41
Hex 26 8B AD 4E 14 0 20 C3 40 29
Octal 46 213 255 116 24 0 40 303 100 51
Binary 100110 10001011 10101101 1001110 10100 0 100000 11000011 1000000 101001

Color Harmonies of #268BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BAD

Black with #268BAD

Text Example


Text Example

White with #268BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268BAD; }

 p { color: rgb(38,139,173); }

 H1.HeaderClassName
 {
   color: #268BAD;
 }
 .AnyTagClassName
 {
   color: #268BAD;
 }
</style>

background-color css

<style>
 a { background-color: #268BAD; }

 a { background-color: rgb(38,139,173); }

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

border-color css

<style>
 span { border-color: #268BAD; }

 span { border-color: rgb(38,139,173); }

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