Html Css Color HEX #3CBDDE Summer Sky

📋 copy color: '#3CBDDE'

red 60 ◦ green 189 ◦ blue 222

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

Shades of Summer Sky #3CBDDE

Tints of Summer Sky #3CBDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 12.74%
G = 40.13%
B = 47.13%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CBDDE (or 0x3CBDDE) is known color: Summer Sky. HEX triplet: 3C, BD and DE. RGB value is (60,189,222). Sum of RGB (Red+Green+Blue) = 60+189+222=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CBDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDDE is #C34221. Grayscale: #999999. Windows color (decimal): -12796450 or 14597436. OLE color: 14597436.

HSL color Cylindrical-coordinate representation of color #3CBDDE: hue angle of 192.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CBDDE is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 189 222 -
CMYK 0.73 0.15 0 0.13
HSL 192.22º 0.71% 0.55% -
HSV(B) 192.22º 0.73% 0.87% -
XYZ 33.25 42.63 75.58 -
YUV 154.19 166.26 60.82 -
System Red Green Blue C M Y K H S L
Decimal 60 189 222 0.73 0.15 0 0.13 192.22 0.71 0.55
Hex 3C BD DE 49 F 0 D C0 47 37
Octal 74 275 336 111 17 0 15 300 107 67
Binary 111100 10111101 11011110 1001001 1111 0 1101 11000000 1000111 110111

Color Harmonies of #3CBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBDDE

Black with #3CBDDE

Text Example


Text Example

White with #3CBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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