Html Css Color HEX #3CCAFF Summer Sky

📋 copy color: '#3CCAFF'

red 60 ◦ green 202 ◦ blue 255

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

Shades of Summer Sky #3CCAFF

Tints of Summer Sky #3CCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

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

R = 11.61%
G = 39.07%
B = 49.32%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3CCAFF (or 0x3CCAFF) is known color: Summer Sky. HEX triplet: 3C, CA and FF. RGB value is (60,202,255). Sum of RGB (Red+Green+Blue) = 60+202+255=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCAFF is #C33500. Grayscale: #A5A5A5. Windows color (decimal): -12793089 or 16763452. OLE color: 16763452.

HSL color Cylindrical-coordinate representation of color #3CCAFF: hue angle of 196.31º 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 #3CCAFF is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 60 202 255 -
CMYK 0.76 0.21 0 0
HSL 196.31º 1% 0.62% -
HSV(B) 196.31º 0.76% 1% -
XYZ 41.03 50.42 102.18 -
YUV 165.58 178.46 52.69 -
System Red Green Blue C M Y K H S L
Decimal 60 202 255 0.76 0.21 0 0 196.31 1 0.62
Hex 3C CA FF 4C 15 0 0 C4 64 3E
Octal 74 312 377 114 25 0 0 304 144 76
Binary 111100 11001010 11111111 1001100 10101 0 0 11000100 1100100 111110

Color Harmonies of #3CCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCAFF

Black with #3CCAFF

Text Example


Text Example

White with #3CCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,202,255); }

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

background-color css

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

 a { background-color: rgb(60,202,255); }

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

border-color css

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

 span { border-color: rgb(60,202,255); }

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