Html Css Color HEX #3ABDCF Summer Sky

📋 copy color: '#3ABDCF'

red 58 ◦ green 189 ◦ blue 207

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

Shades of Summer Sky #3ABDCF

Tints of Summer Sky #3ABDCF

RGB

 RED value IS 58 (23.05% from 255) = 12.78%

 GREEN value IS 189 (74.22% from 255) = 41.63%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 12.78%
G = 41.63%
B = 45.59%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ABDCF (or 0x3ABDCF) is known color: Summer Sky. HEX triplet: 3A, BD and CF. RGB value is (58,189,207). Sum of RGB (Red+Green+Blue) = 58+189+207=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ABDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDCF is #C54230. Grayscale: #979797. Windows color (decimal): -12927537 or 13614394. OLE color: 13614394.

HSL color Cylindrical-coordinate representation of color #3ABDCF: hue angle of 187.25º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABDCF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 189 207 -
CMYK 0.72 0.09 0 0.19
HSL 187.25º 0.61% 0.52% -
HSV(B) 187.25º 0.72% 0.81% -
XYZ 31.21 41.8 65.45 -
YUV 151.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 58 189 207 0.72 0.09 0 0.19 187.25 0.61 0.52
Hex 3A BD CF 48 9 0 13 BB 3D 34
Octal 72 275 317 110 11 0 23 273 75 64
Binary 111010 10111101 11001111 1001000 1001 0 10011 10111011 111101 110100

Color Harmonies of #3ABDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDCF

Black with #3ABDCF

Text Example


Text Example

White with #3ABDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,189,207); }

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

background-color css

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

 a { background-color: rgb(58,189,207); }

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

border-color css

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

 span { border-color: rgb(58,189,207); }

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