Html Css Color HEX #2696DD Summer Sky

📋 copy color: '#2696DD'

red 38 ◦ green 150 ◦ blue 221

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

Shades of Summer Sky #2696DD

Tints of Summer Sky #2696DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 9.29%
G = 36.67%
B = 54.03%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2696DD (or 0x2696DD) is known color: Summer Sky. HEX triplet: 26, 96 and DD. RGB value is (38,150,221). Sum of RGB (Red+Green+Blue) = 38+150+221=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #2696DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2696DD is #D96922. Grayscale: #7C7C7C. Windows color (decimal): -14248227 or 14521894. OLE color: 14521894.

HSL color Cylindrical-coordinate representation of color #2696DD: hue angle of 203.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2696DD is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 150 221 -
CMYK 0.83 0.32 0 0.13
HSL 203.28º 0.73% 0.51% -
HSV(B) 203.28º 0.83% 0.87% -
XYZ 24.76 27.45 72.4 -
YUV 124.61 182.39 66.23 -
System Red Green Blue C M Y K H S L
Decimal 38 150 221 0.83 0.32 0 0.13 203.28 0.73 0.51
Hex 26 96 DD 53 20 0 D CB 49 33
Octal 46 226 335 123 40 0 15 313 111 63
Binary 100110 10010110 11011101 1010011 100000 0 1101 11001011 1001001 110011

Color Harmonies of #2696DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2696DD

Black with #2696DD

Text Example


Text Example

White with #2696DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2696DD; }

 p { color: rgb(38,150,221); }

 H1.HeaderClassName
 {
   color: #2696DD;
 }
 .AnyTagClassName
 {
   color: #2696DD;
 }
</style>

background-color css

<style>
 a { background-color: #2696DD; }

 a { background-color: rgb(38,150,221); }

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

border-color css

<style>
 span { border-color: #2696DD; }

 span { border-color: rgb(38,150,221); }

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