Html Css Color HEX #3CBAFF Summer Sky

📋 copy color: '#3CBAFF'

red 60 ◦ green 186 ◦ blue 255

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

Shades of Summer Sky #3CBAFF

Tints of Summer Sky #3CBAFF

RGB

 RED value IS 60 (23.83% from 255) = 11.98%

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 11.98%
G = 37.13%
B = 50.9%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3CBAFF (or 0x3CBAFF) is known color: Summer Sky. HEX triplet: 3C, BA and FF. RGB value is (60,186,255). Sum of RGB (Red+Green+Blue) = 60+186+255=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAFF is #C34500. Grayscale: #9B9B9B. Windows color (decimal): -12797185 or 16759356. OLE color: 16759356.

HSL color Cylindrical-coordinate representation of color #3CBAFF: hue angle of 201.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBAFF is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 60 186 255 -
CMYK 0.76 0.27 0 0
HSL 201.23º 1% 0.62% -
HSV(B) 201.23º 0.76% 1% -
XYZ 37.47 43.3 100.99 -
YUV 156.19 183.76 59.39 -
System Red Green Blue C M Y K H S L
Decimal 60 186 255 0.76 0.27 0 0 201.23 1 0.62
Hex 3C BA FF 4C 1B 0 0 C9 64 3E
Octal 74 272 377 114 33 0 0 311 144 76
Binary 111100 10111010 11111111 1001100 11011 0 0 11001001 1100100 111110

Color Harmonies of #3CBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBAFF

Black with #3CBAFF

Text Example


Text Example

White with #3CBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,186,255); }

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

background-color css

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

 a { background-color: rgb(60,186,255); }

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

border-color css

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

 span { border-color: rgb(60,186,255); }

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