Html Css Color HEX #3BCCF2 Summer Sky

📋 copy color: '#3BCCF2'

red 59 ◦ green 204 ◦ blue 242

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

Shades of Summer Sky #3BCCF2

Tints of Summer Sky #3BCCF2

RGB

 RED value IS 59 (23.44% from 255) = 11.68%

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

 BLUE value IS 242 (94.92% from 255) = 47.92%

R = 11.68%
G = 40.4%
B = 47.92%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BCCF2 (or 0x3BCCF2) is known color: Summer Sky. HEX triplet: 3B, CC and F2. RGB value is (59,204,242). Sum of RGB (Red+Green+Blue) = 59+204+242=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BCCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCCF2 is #C4330D. Grayscale: #A4A4A4. Windows color (decimal): -12858126 or 15911995. OLE color: 15911995.

HSL color Cylindrical-coordinate representation of color #3BCCF2: hue angle of 192.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCCF2 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 204 242 -
CMYK 0.76 0.16 0 0.05
HSL 192.46º 0.88% 0.59% -
HSV(B) 192.46º 0.76% 0.95% -
XYZ 39.42 50.53 91.68 -
YUV 164.98 171.46 52.41 -
System Red Green Blue C M Y K H S L
Decimal 59 204 242 0.76 0.16 0 0.05 192.46 0.88 0.59
Hex 3B CC F2 4C 10 0 5 C0 58 3B
Octal 73 314 362 114 20 0 5 300 130 73
Binary 111011 11001100 11110010 1001100 10000 0 101 11000000 1011000 111011

Color Harmonies of #3BCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCCF2

Black with #3BCCF2

Text Example


Text Example

White with #3BCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,204,242); }

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

background-color css

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

 a { background-color: rgb(59,204,242); }

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

border-color css

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

 span { border-color: rgb(59,204,242); }

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