Html Css Color HEX #3CA6FD Summer Sky

📋 copy color: '#3CA6FD'

red 60 ◦ green 166 ◦ blue 253

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

Shades of Summer Sky #3CA6FD

Tints of Summer Sky #3CA6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 12.53%
G = 34.66%
B = 52.82%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CA6FD (or 0x3CA6FD) is known color: Summer Sky. HEX triplet: 3C, A6 and FD. RGB value is (60,166,253). Sum of RGB (Red+Green+Blue) = 60+166+253=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CA6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA6FD is #C35902. Grayscale: #8F8F8F. Windows color (decimal): -12802307 or 16623164. OLE color: 16623164.

HSL color Cylindrical-coordinate representation of color #3CA6FD: hue angle of 207.05º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CA6FD is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 166 253 -
CMYK 0.76 0.34 0 0.01
HSL 207.05º 0.98% 0.61% -
HSV(B) 207.05º 0.76% 0.99% -
XYZ 33.23 35.32 98 -
YUV 144.22 189.38 67.93 -
System Red Green Blue C M Y K H S L
Decimal 60 166 253 0.76 0.34 0 0.01 207.05 0.98 0.61
Hex 3C A6 FD 4C 22 0 1 CF 62 3D
Octal 74 246 375 114 42 0 1 317 142 75
Binary 111100 10100110 11111101 1001100 100010 0 1 11001111 1100010 111101

Color Harmonies of #3CA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA6FD

Black with #3CA6FD

Text Example


Text Example

White with #3CA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,253); }

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

background-color css

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

 a { background-color: rgb(60,166,253); }

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

border-color css

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

 span { border-color: rgb(60,166,253); }

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