Html Css Color HEX #269ECC Pelorous

📋 copy color: '#269ECC'

red 38 ◦ green 158 ◦ blue 204

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

Shades of Pelorous #269ECC

Tints of Pelorous #269ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 9.5%
G = 39.5%
B = 51%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#269ECC (or 0x269ECC) is known color: Pelorous. HEX triplet: 26, 9E and CC. RGB value is (38,158,204). Sum of RGB (Red+Green+Blue) = 38+158+204=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #269ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ECC is #D96133. Grayscale: #7F7F7F. Windows color (decimal): -14246196 or 13409830. OLE color: 13409830.

HSL color Cylindrical-coordinate representation of color #269ECC: hue angle of 196.63º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #269ECC is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 158 204 -
CMYK 0.81 0.23 0 0.2
HSL 196.63º 0.69% 0.47% -
HSV(B) 196.63º 0.81% 0.8% -
XYZ 23.93 29.23 61.51 -
YUV 127.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 38 158 204 0.81 0.23 0 0.2 196.63 0.69 0.47
Hex 26 9E CC 51 17 0 14 C5 45 2F
Octal 46 236 314 121 27 0 24 305 105 57
Binary 100110 10011110 11001100 1010001 10111 0 10100 11000101 1000101 101111

Color Harmonies of #269ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ECC

Black with #269ECC

Text Example


Text Example

White with #269ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,158,204); }

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

background-color css

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

 a { background-color: rgb(38,158,204); }

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

border-color css

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

 span { border-color: rgb(38,158,204); }

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