Html Css Color HEX #3CCFF2 Summer Sky

📋 copy color: '#3CCFF2'

red 60 ◦ green 207 ◦ blue 242

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

Shades of Summer Sky #3CCFF2

Tints of Summer Sky #3CCFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

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

R = 11.79%
G = 40.67%
B = 47.54%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CCFF2 (or 0x3CCFF2) is known color: Summer Sky. HEX triplet: 3C, CF and F2. RGB value is (60,207,242). Sum of RGB (Red+Green+Blue) = 60+207+242=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CCFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCFF2 is #C3300D. Grayscale: #A6A6A6. Windows color (decimal): -12791822 or 15912764. OLE color: 15912764.

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

Color convert

RGB 60 207 242 -
CMYK 0.75 0.14 0 0.05
HSL 191.54º 0.88% 0.59% -
HSV(B) 191.54º 0.75% 0.95% -
XYZ 40.2 52 91.92 -
YUV 167.04 170.3 51.65 -
System Red Green Blue C M Y K H S L
Decimal 60 207 242 0.75 0.14 0 0.05 191.54 0.88 0.59
Hex 3C CF F2 4B E 0 5 C0 58 3B
Octal 74 317 362 113 16 0 5 300 130 73
Binary 111100 11001111 11110010 1001011 1110 0 101 11000000 1011000 111011

Color Harmonies of #3CCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFF2

Black with #3CCFF2

Text Example


Text Example

White with #3CCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,207,242); }

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

background-color css

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

 a { background-color: rgb(60,207,242); }

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

border-color css

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

 span { border-color: rgb(60,207,242); }

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