Html Css Color HEX #269ACC Pelorous

📋 copy color: '#269ACC'

red 38 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #269ACC

Tints of Pelorous #269ACC

RGB

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

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

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

R = 9.6%
G = 38.89%
B = 51.52%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#269ACC (or 0x269ACC) is known color: Pelorous. HEX triplet: 26, 9A and CC. RGB value is (38,154,204). Sum of RGB (Red+Green+Blue) = 38+154+204=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #269ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ACC is #D96533. Grayscale: #7C7C7C. Windows color (decimal): -14247220 or 13408806. OLE color: 13408806.

HSL color Cylindrical-coordinate representation of color #269ACC: hue angle of 198.07º 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 #269ACC is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 154 204 -
CMYK 0.81 0.25 0 0.2
HSL 198.07º 0.69% 0.47% -
HSV(B) 198.07º 0.81% 0.8% -
XYZ 23.25 27.88 61.28 -
YUV 125.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 38 154 204 0.81 0.25 0 0.2 198.07 0.69 0.47
Hex 26 9A CC 51 19 0 14 C6 45 2F
Octal 46 232 314 121 31 0 24 306 105 57
Binary 100110 10011010 11001100 1010001 11001 0 10100 11000110 1000101 101111

Color Harmonies of #269ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269ACC

Black with #269ACC

Text Example


Text Example

White with #269ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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