Html Css Color HEX #26A6CC Summer Sky

📋 copy color: '#26A6CC'

red 38 ◦ green 166 ◦ blue 204

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

Shades of Summer Sky #26A6CC

Tints of Summer Sky #26A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 9.31%
G = 40.69%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#26A6CC (or 0x26A6CC) is known color: Summer Sky. HEX triplet: 26, A6 and CC. RGB value is (38,166,204). Sum of RGB (Red+Green+Blue) = 38+166+204=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #26A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A6CC is #D95933. Grayscale: #838383. Windows color (decimal): -14244148 or 13411878. OLE color: 13411878.

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

Color convert

RGB 38 166 204 -
CMYK 0.81 0.19 0 0.2
HSL 193.73º 0.69% 0.47% -
HSV(B) 193.73º 0.81% 0.8% -
XYZ 25.33 32.04 61.98 -
YUV 132.06 168.59 60.91 -
System Red Green Blue C M Y K H S L
Decimal 38 166 204 0.81 0.19 0 0.2 193.73 0.69 0.47
Hex 26 A6 CC 51 13 0 14 C2 45 2F
Octal 46 246 314 121 23 0 24 302 105 57
Binary 100110 10100110 11001100 1010001 10011 0 10100 11000010 1000101 101111

Color Harmonies of #26A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26A6CC

Black with #26A6CC

Text Example


Text Example

White with #26A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26A6CC; }

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

 H1.HeaderClassName
 {
   color: #26A6CC;
 }
 .AnyTagClassName
 {
   color: #26A6CC;
 }
</style>

background-color css

<style>
 a { background-color: #26A6CC; }

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

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

border-color css

<style>
 span { border-color: #26A6CC; }

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

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