Html Css Color HEX #3ABCCF Summer Sky

📋 copy color: '#3ABCCF'

red 58 ◦ green 188 ◦ blue 207

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

Shades of Summer Sky #3ABCCF

Tints of Summer Sky #3ABCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 12.8%
G = 41.5%
B = 45.7%

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

#3ABCCF (or 0x3ABCCF) is known color: Summer Sky. HEX triplet: 3A, BC and CF. RGB value is (58,188,207). Sum of RGB (Red+Green+Blue) = 58+188+207=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ABCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCCF is #C54330. Grayscale: #979797. Windows color (decimal): -12927793 or 13614138. OLE color: 13614138.

HSL color Cylindrical-coordinate representation of color #3ABCCF: hue angle of 187.65º 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 #3ABCCF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 188 207 -
CMYK 0.72 0.09 0 0.19
HSL 187.65º 0.61% 0.52% -
HSV(B) 187.65º 0.72% 0.81% -
XYZ 30.99 41.37 65.38 -
YUV 151.3 159.43 61.46 -
System Red Green Blue C M Y K H S L
Decimal 58 188 207 0.72 0.09 0 0.19 187.65 0.61 0.52
Hex 3A BC CF 48 9 0 13 BC 3D 34
Octal 72 274 317 110 11 0 23 274 75 64
Binary 111010 10111100 11001111 1001000 1001 0 10011 10111100 111101 110100

Color Harmonies of #3ABCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCCF

Black with #3ABCCF

Text Example


Text Example

White with #3ABCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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