Html Css Color HEX #2693BC Pelorous

📋 copy color: '#2693BC'

red 38 ◦ green 147 ◦ blue 188

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

Shades of Pelorous #2693BC

Tints of Pelorous #2693BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 10.19%
G = 39.41%
B = 50.4%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2693BC (or 0x2693BC) is known color: Pelorous. HEX triplet: 26, 93 and BC. RGB value is (38,147,188). Sum of RGB (Red+Green+Blue) = 38+147+188=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2693BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693BC is #D96C43. Grayscale: #767676. Windows color (decimal): -14249028 or 12358438. OLE color: 12358438.

HSL color Cylindrical-coordinate representation of color #2693BC: hue angle of 196.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2693BC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 147 188 -
CMYK 0.80 0.22 0 0.26
HSL 196.4º 0.66% 0.44% -
HSV(B) 196.4º 0.8% 0.74% -
XYZ 20.31 24.91 51.31 -
YUV 119.08 166.89 70.17 -
System Red Green Blue C M Y K H S L
Decimal 38 147 188 0.80 0.22 0 0.26 196.4 0.66 0.44
Hex 26 93 BC 50 16 0 1A C4 42 2C
Octal 46 223 274 120 26 0 32 304 102 54
Binary 100110 10010011 10111100 1010000 10110 0 11010 11000100 1000010 101100

Color Harmonies of #2693BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2693BC

Black with #2693BC

Text Example


Text Example

White with #2693BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2693BC; }

 p { color: rgb(38,147,188); }

 H1.HeaderClassName
 {
   color: #2693BC;
 }
 .AnyTagClassName
 {
   color: #2693BC;
 }
</style>

background-color css

<style>
 a { background-color: #2693BC; }

 a { background-color: rgb(38,147,188); }

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

border-color css

<style>
 span { border-color: #2693BC; }

 span { border-color: rgb(38,147,188); }

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