Html Css Color HEX #269ABC Pelorous

📋 copy color: '#269ABC'

red 38 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #269ABC

Tints of Pelorous #269ABC

RGB

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

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

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

R = 10%
G = 40.53%
B = 49.47%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#269ABC (or 0x269ABC) is known color: Pelorous. HEX triplet: 26, 9A and BC. RGB value is (38,154,188). Sum of RGB (Red+Green+Blue) = 38+154+188=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #269ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ABC is #D96543. Grayscale: #7A7A7A. Windows color (decimal): -14247236 or 12360230. OLE color: 12360230.

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

Color convert

RGB 38 154 188 -
CMYK 0.80 0.18 0 0.26
HSL 193.6º 0.66% 0.44% -
HSV(B) 193.6º 0.8% 0.74% -
XYZ 21.43 27.15 51.69 -
YUV 123.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 38 154 188 0.80 0.18 0 0.26 193.6 0.66 0.44
Hex 26 9A BC 50 12 0 1A C2 42 2C
Octal 46 232 274 120 22 0 32 302 102 54
Binary 100110 10011010 10111100 1010000 10010 0 11010 11000010 1000010 101100

Color Harmonies of #269ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ABC

Black with #269ABC

Text Example


Text Example

White with #269ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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