Html Css Color HEX #3BAEDD Summer Sky

📋 copy color: '#3BAEDD'

red 59 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #3BAEDD

Tints of Summer Sky #3BAEDD

RGB

 RED value IS 59 (23.44% from 255) = 13%

 GREEN value IS 174 (68.36% from 255) = 38.33%

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

R = 13%
G = 38.33%
B = 48.68%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BAEDD (or 0x3BAEDD) is known color: Summer Sky. HEX triplet: 3B, AE and DD. RGB value is (59,174,221). Sum of RGB (Red+Green+Blue) = 59+174+221=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAEDD is #C45122. Grayscale: #909090. Windows color (decimal): -12865827 or 14528059. OLE color: 14528059.

HSL color Cylindrical-coordinate representation of color #3BAEDD: hue angle of 197.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAEDD is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 174 221 -
CMYK 0.73 0.21 0 0.13
HSL 197.41º 0.7% 0.55% -
HSV(B) 197.41º 0.73% 0.87% -
XYZ 29.99 36.42 73.86 -
YUV 144.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 59 174 221 0.73 0.21 0 0.13 197.41 0.7 0.55
Hex 3B AE DD 49 15 0 D C5 46 37
Octal 73 256 335 111 25 0 15 305 106 67
Binary 111011 10101110 11011101 1001001 10101 0 1101 11000101 1000110 110111

Color Harmonies of #3BAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAEDD

Black with #3BAEDD

Text Example


Text Example

White with #3BAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BAEDD; }

 p { color: rgb(59,174,221); }

 H1.HeaderClassName
 {
   color: #3BAEDD;
 }
 .AnyTagClassName
 {
   color: #3BAEDD;
 }
</style>

background-color css

<style>
 a { background-color: #3BAEDD; }

 a { background-color: rgb(59,174,221); }

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

border-color css

<style>
 span { border-color: #3BAEDD; }

 span { border-color: rgb(59,174,221); }

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