Html Css Color HEX #3CB4EF Summer Sky

📋 copy color: '#3CB4EF'

red 60 ◦ green 180 ◦ blue 239

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

Shades of Summer Sky #3CB4EF

Tints of Summer Sky #3CB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 12.53%
G = 37.58%
B = 49.9%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3CB4EF (or 0x3CB4EF) is known color: Summer Sky. HEX triplet: 3C, B4 and EF. RGB value is (60,180,239). Sum of RGB (Red+Green+Blue) = 60+180+239=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CB4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB4EF is #C34B10. Grayscale: #969696. Windows color (decimal): -12798737 or 15709244. OLE color: 15709244.

HSL color Cylindrical-coordinate representation of color #3CB4EF: hue angle of 199.78º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB4EF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 180 239 -
CMYK 0.75 0.25 0 0.06
HSL 199.78º 0.85% 0.59% -
HSV(B) 199.78º 0.75% 0.94% -
XYZ 33.76 39.84 87.57 -
YUV 150.85 177.74 63.2 -
System Red Green Blue C M Y K H S L
Decimal 60 180 239 0.75 0.25 0 0.06 199.78 0.85 0.59
Hex 3C B4 EF 4B 19 0 6 C8 55 3B
Octal 74 264 357 113 31 0 6 310 125 73
Binary 111100 10110100 11101111 1001011 11001 0 110 11001000 1010101 111011

Color Harmonies of #3CB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB4EF

Black with #3CB4EF

Text Example


Text Example

White with #3CB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,239); }

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

background-color css

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

 a { background-color: rgb(60,180,239); }

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

border-color css

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

 span { border-color: rgb(60,180,239); }

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