Html Css Color HEX #3CB0FA Summer Sky

📋 copy color: '#3CB0FA'

red 60 ◦ green 176 ◦ blue 250

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

Shades of Summer Sky #3CB0FA

Tints of Summer Sky #3CB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 12.35%
G = 36.21%
B = 51.44%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CB0FA (or 0x3CB0FA) is known color: Summer Sky. HEX triplet: 3C, B0 and FA. RGB value is (60,176,250). Sum of RGB (Red+Green+Blue) = 60+176+250=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB0FA is #C34F05. Grayscale: #959595. Windows color (decimal): -12799750 or 16429116. OLE color: 16429116.

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

Color convert

RGB 60 176 250 -
CMYK 0.76 0.30 0 0.02
HSL 203.37º 0.95% 0.61% -
HSV(B) 203.37º 0.76% 0.98% -
XYZ 34.64 38.91 96.13 -
YUV 149.75 184.57 63.98 -
System Red Green Blue C M Y K H S L
Decimal 60 176 250 0.76 0.30 0 0.02 203.37 0.95 0.61
Hex 3C B0 FA 4C 1E 0 2 CB 5F 3D
Octal 74 260 372 114 36 0 2 313 137 75
Binary 111100 10110000 11111010 1001100 11110 0 10 11001011 1011111 111101

Color Harmonies of #3CB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB0FA

Black with #3CB0FA

Text Example


Text Example

White with #3CB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,250); }

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

background-color css

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

 a { background-color: rgb(60,176,250); }

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

border-color css

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

 span { border-color: rgb(60,176,250); }

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