Html Css Color HEX #3DCCFF Summer Sky

📋 copy color: '#3DCCFF'

red 61 ◦ green 204 ◦ blue 255

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

Shades of Summer Sky #3DCCFF

Tints of Summer Sky #3DCCFF

RGB

 RED value IS 61 (24.22% from 255) = 11.73%

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 11.73%
G = 39.23%
B = 49.04%

CMYK

 C value IS 0.76

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3DCCFF (or 0x3DCCFF) is known color: Summer Sky. HEX triplet: 3D, CC and FF. RGB value is (61,204,255). Sum of RGB (Red+Green+Blue) = 61+204+255=520 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.73% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCCFF is #C23300. Grayscale: #A6A6A6. Windows color (decimal): -12727041 or 16763965. OLE color: 16763965.

HSL color Cylindrical-coordinate representation of color #3DCCFF: hue angle of 195.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCCFF is Cyan = 0.76, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 61 204 255 -
CMYK 0.76 0.2 0 0
HSL 195.77º 1% 0.62% -
HSV(B) 195.77º 0.76% 1% -
XYZ 41.57 51.4 102.34 -
YUV 167.06 177.62 52.35 -
System Red Green Blue C M Y K H S L
Decimal 61 204 255 0.76 0.2 0 0 195.77 1 0.62
Hex 3D CC FF 4C 14 0 0 C4 64 3E
Octal 75 314 377 114 24 0 0 304 144 76
Binary 111101 11001100 11111111 1001100 10100 0 0 11000100 1100100 111110

Color Harmonies of #3DCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCCFF

Black with #3DCCFF

Text Example


Text Example

White with #3DCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,204,255); }

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

background-color css

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

 a { background-color: rgb(61,204,255); }

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

border-color css

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

 span { border-color: rgb(61,204,255); }

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