Html Css Color HEX #3CBDEF Summer Sky

📋 copy color: '#3CBDEF'

red 60 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #3CBDEF

Tints of Summer Sky #3CBDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

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

R = 12.3%
G = 38.73%
B = 48.98%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3CBDEF (or 0x3CBDEF) is known color: Summer Sky. HEX triplet: 3C, BD and EF. RGB value is (60,189,239). Sum of RGB (Red+Green+Blue) = 60+189+239=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBDEF is #C34210. Grayscale: #9B9B9B. Windows color (decimal): -12796433 or 15711548. OLE color: 15711548.

HSL color Cylindrical-coordinate representation of color #3CBDEF: hue angle of 196.76º 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 #3CBDEF is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 189 239 -
CMYK 0.75 0.21 0 0.06
HSL 196.76º 0.85% 0.59% -
HSV(B) 196.76º 0.75% 0.94% -
XYZ 35.64 43.59 88.2 -
YUV 156.13 174.76 59.43 -
System Red Green Blue C M Y K H S L
Decimal 60 189 239 0.75 0.21 0 0.06 196.76 0.85 0.59
Hex 3C BD EF 4B 15 0 6 C5 55 3B
Octal 74 275 357 113 25 0 6 305 125 73
Binary 111100 10111101 11101111 1001011 10101 0 110 11000101 1010101 111011

Color Harmonies of #3CBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDEF

Black with #3CBDEF

Text Example


Text Example

White with #3CBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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