Html Css Color HEX #3CBFE5 Summer Sky

📋 copy color: '#3CBFE5'

red 60 ◦ green 191 ◦ blue 229

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

Shades of Summer Sky #3CBFE5

Tints of Summer Sky #3CBFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 39.79%

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 12.5%
G = 39.79%
B = 47.71%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3CBFE5 (or 0x3CBFE5) is known color: Summer Sky. HEX triplet: 3C, BF and E5. RGB value is (60,191,229). Sum of RGB (Red+Green+Blue) = 60+191+229=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #3CBFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFE5 is #C3401A. Grayscale: #9B9B9B. Windows color (decimal): -12795931 or 15056700. OLE color: 15056700.

HSL color Cylindrical-coordinate representation of color #3CBFE5: hue angle of 193.49º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBFE5 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 191 229 -
CMYK 0.74 0.17 0 0.10
HSL 193.49º 0.76% 0.57% -
HSV(B) 193.49º 0.74% 0.9% -
XYZ 34.64 43.88 80.77 -
YUV 156.16 169.1 59.41 -
System Red Green Blue C M Y K H S L
Decimal 60 191 229 0.74 0.17 0 0.10 193.49 0.76 0.57
Hex 3C BF E5 4A 11 0 A C1 4C 39
Octal 74 277 345 112 21 0 12 301 114 71
Binary 111100 10111111 11100101 1001010 10001 0 1010 11000001 1001100 111001

Color Harmonies of #3CBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBFE5

Black with #3CBFE5

Text Example


Text Example

White with #3CBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,191,229); }

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

background-color css

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

 a { background-color: rgb(60,191,229); }

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

border-color css

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

 span { border-color: rgb(60,191,229); }

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